From 5f47a505e9f60876a0e8b5c982018ab638d312c8 Mon Sep 17 00:00:00 2001 From: Leonardo Florez-Valencia Date: Fri, 11 Sep 2015 18:26:36 +0200 Subject: [PATCH] ... --- CMakeLists.txt | 1 + cmake/CMakeLists.txt | 10 ++++++++++ 2 files changed, 11 insertions(+) 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$ -- 2.45.1