X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=cmake%2FCMakeLists.txt;h=e942ae913475019ad5877a0ee2a0f3112f9cdde3;hb=f1747c7248d5eead5ea9d7e57bda0b081bcef065;hp=7db97e9d701a2f1d8db503b199919175a0dca6ac;hpb=3d5417d682ae768bf6393f1b0d1f6b1a1755e0bd;p=cpPlugins.git diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 7db97e9..e942ae9 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -1,17 +1,11 @@ +## ===================== +## == Configure files == +## ===================== + CONFIGURE_FILE( cpPluginsConfig.cmake.in ${PROJECT_BINARY_DIR}/cpPluginsConfig.cmake @ONLY ) -## ======================== -## -- Installation rules -- -## ======================== - -INSTALL( - FILES - ${PROJECT_BINARY_DIR}/cpPluginsConfig.cmake - DESTINATION share/cmake - ) - ## eof - $RCSfile$