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

Install CMake config to LIBDIR by default, to correctly support multiarch #3849

Merged
merged 2 commits into from
Mar 17, 2020

Commits on Mar 17, 2020

  1. Problem: CMake config doesn't support multiarch

    Solution: Install CMake config in arch-dependent LIBDIR/cmake
    
    Using "share/cmake/${PROJECT_NAME}" as DESTINATION for installing
    ZeroMQConfig.cmake et al works for arch-independent configs, but
    is wrong for multiarch. The configs for each version of the
    library should be stored below the arch-dependent LIBDIR, using
    the GNUInstallDirs ${CMAKE_INSTALL_LIBDIR} variable.
    
    Signed-off-by: FeRD (Frank Dana) <ferdnyc@gmail.com>
    ferdnyc committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    31569c7 View commit details
    Browse the repository at this point in the history
  2. Add relicensing statement for ferdnyc

    Signed-off-by: FeRD (Frank Dana) <ferdnyc@gmail.com>
    ferdnyc committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    a97158a View commit details
    Browse the repository at this point in the history