From 21ba978a5108bc48f44343e400a741b783246372 Mon Sep 17 00:00:00 2001
From: Florent Pruvost <florent.pruvost@inria.fr>
Date: Fri, 30 Jan 2015 10:45:41 +0000
Subject: [PATCH] copy the config.log in the install path of chameleon

---
 cmake_modules/PrintOpts.cmake | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/cmake_modules/PrintOpts.cmake b/cmake_modules/PrintOpts.cmake
index 32d419306..6b7f9e928 100644
--- a/cmake_modules/PrintOpts.cmake
+++ b/cmake_modules/PrintOpts.cmake
@@ -78,3 +78,7 @@ set(dep_message "${dep_message}"
 string(REPLACE ";" " " dep_message_wsc "${dep_message}")
 message(${dep_message})
 file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/config.log "${dep_message_wsc}")
+
+# installation
+# ------------
+INSTALL(FILES ${CMAKE_CURRENT_BINARY_DIR}/config.log DESTINATION share/chameleon)
-- 
GitLab