-
FeRD (Frank Dana) authored
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>
31569c78