CELIX-417: Fixes install location of the CelixConfig.cmake file, so that the CMake find_package will automatically find it
Project: http://git-wip-us.apache.org/repos/asf/celix/repo Commit: http://git-wip-us.apache.org/repos/asf/celix/commit/e08b428a Tree: http://git-wip-us.apache.org/repos/asf/celix/tree/e08b428a Diff: http://git-wip-us.apache.org/repos/asf/celix/diff/e08b428a Branch: refs/heads/develop Commit: e08b428a83863b22d84100440d1b0a5c70f933b5 Parents: 984b19f Author: Pepijn Noltes <[email protected]> Authored: Tue Jan 30 12:20:32 2018 +0100 Committer: Pepijn Noltes <[email protected]> Committed: Tue Jan 30 12:20:32 2018 +0100 ---------------------------------------------------------------------- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/celix/blob/e08b428a/CMakeLists.txt ---------------------------------------------------------------------- diff --git a/CMakeLists.txt b/CMakeLists.txt index 21117bb..0ad6145 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -106,4 +106,4 @@ configure_file(cmake/CelixConfigVersion.cmake.in install(FILES "cmake/CelixConfig.cmake" "${PROJECT_BINARY_DIR}/celix/gen/CelixConfigVersion.cmake" - DESTINATION "${CMAKE_INSTALL_LIBDIR}/CMake/Celix" COMPONENT cmake) + DESTINATION "${CMAKE_INSTALL_LIBDIR}/cmake/Celix" COMPONENT cmake)
