You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2018/01/30 19:30:33 UTC

[49/54] [abbrv] celix git commit: CELIX-417: Fixes install location of the CelixConfig.cmake file, so that the CMake find_package will automatically find it

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 <pe...@gmail.com>
Authored: Tue Jan 30 12:20:32 2018 +0100
Committer: Pepijn Noltes <pe...@gmail.com>
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)