Skip to content

Commit 01cf6f2

Browse files
authored
Merge pull request #274 Install both cmake files into same lib directory from tcraigtyler/master
Install cmake files into same directory
2 parents be1a8ee + 9ef6dd5 commit 01cf6f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ configure_package_config_file(
274274
install(FILES
275275
${CMAKE_CURRENT_BINARY_DIR}/cmake/${PROJECT_NAME}Config.cmake
276276
${CMAKE_CURRENT_BINARY_DIR}/cmake/${PROJECT_NAME}ConfigVersion.cmake
277-
DESTINATION lib/cmake/${PROJECT_NAME})
277+
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/${PROJECT_NAME})
278278

279279
# Optional additional targets:
280280

0 commit comments

Comments
 (0)