From 88bb3f89a5782cd95a781277c4f665239fc914cc Mon Sep 17 00:00:00 2001 From: James Cowgill Date: Tue, 15 May 2018 15:48:46 +0100 Subject: [PATCH] Install CMake config files into lib${LIB_SIFFIX} --- cmake/Macros.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/Macros.cmake b/cmake/Macros.cmake index 91a1631b8..634902458 100644 --- a/cmake/Macros.cmake +++ b/cmake/Macros.cmake @@ -320,7 +320,7 @@ function(sfml_export_targets) if (SFML_BUILD_FRAMEWORKS) set(config_package_location "SFML.framework/Resources/CMake") else() - set(config_package_location lib/cmake/SFML) + set(config_package_location lib${LIB_SUFFIX}/cmake/SFML) endif() configure_package_config_file("${CURRENT_DIR}/SFMLConfig.cmake.in" "${CMAKE_CURRENT_BINARY_DIR}/SFMLConfig.cmake" INSTALL_DESTINATION "${config_package_location}")