Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix installation of shared library symlink #535

Merged
merged 1 commit into from
Mar 20, 2024

Commits on Mar 19, 2024

  1. Fix installation of shared library symlink

    This fixes the regression from 29391cc.
    
    The dummy target that was removed in 29391cc
    was responsible for installing the unversioned symlink for the shared libraries.
    The only part of this that was causing issue appears to be the dummy destination
    that was only added as an workaround for old cmake version (pre 3.14-ish).
    With the cmake version requirement bumped to 3.18 this should not be an issue anymore,
    and we could also use the new NAMELINK_COMPONENT option to avoid using two install
    statements.
    
    This also fixes a bug from eb3d977 causing
    the libsleefgnuabi library to be missing the symlink...
    yuyichao committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    c170f75 View commit details
    Browse the repository at this point in the history