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.
2 parents be1a8ee + 9ef6dd5 commit 01cf6f2Copy full SHA for 01cf6f2
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