We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be1a8ee commit 9ef6dd5Copy full SHA for 9ef6dd5
CMakeLists.txt
@@ -274,7 +274,7 @@ configure_package_config_file(
274
install(FILES
275
${CMAKE_CURRENT_BINARY_DIR}/cmake/${PROJECT_NAME}Config.cmake
276
${CMAKE_CURRENT_BINARY_DIR}/cmake/${PROJECT_NAME}ConfigVersion.cmake
277
- DESTINATION lib/cmake/${PROJECT_NAME})
+ DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME})
278
279
# Optional additional targets:
280
0 commit comments