From: Leonardo Florez-Valencia Date: Fri, 11 Sep 2015 16:26:36 +0000 (+0200) Subject: ... X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=5f47a505e9f60876a0e8b5c982018ab638d312c8;p=FrontAlgorithms.git ... --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7bb3e2a..84bf1fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,6 +6,7 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8) SET( policies + CMP0015 CMP0020 CMP0042 ) diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt index 0123559..fc65c38 100644 --- a/cmake/CMakeLists.txt +++ b/cmake/CMakeLists.txt @@ -4,4 +4,14 @@ CONFIGURE_FILE( @ONLY ) +## ======================== +## -- Installation rules -- +## ======================== + +INSTALL( + FILES + ${PROJECT_BINARY_DIR}/FrontAlgorithmsConfig.cmake + DESTINATION share/cmake + ) + ## eof - $RCSfile$