Skip to content

Commit 7a57eb0

Browse files
authored
Merge branch 'cmake_improvement' into cmake/fix_installation
2 parents 027f36e + 1787a1c commit 7a57eb0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ if (NOT IDE_BUILD)
7171
configure_package_config_file(
7272
"${PROJECT_SOURCE_DIR}/cmake/claws-config.cmake.in"
7373
"${PROJECT_BINARY_DIR}/claws-config.cmake"
74-
INSTALL_DESTINATION lib/cmake/claws
74+
INSTALL_DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/claws
7575
)
7676

7777
install(FILES
7878
"${PROJECT_BINARY_DIR}/claws-config.cmake"
79-
DESTINATION lib/cmake/claws)
79+
DESTINATION ${CMAKE_INSTALL_LIBDIR}/cmake/claws)
8080
endif()

0 commit comments

Comments
 (0)