[cmake-commits] alex committed CMakeLists.txt 1.7 1.8

cmake-commits at cmake.org cmake-commits at cmake.org
Mon Apr 30 16:05:44 EDT 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv15495

Modified Files:
	CMakeLists.txt 
Log Message:

BUG: also install CMakePlatformId.h, otherwise the check for the compiler id
works only when building cmake itself, but not with an installed cmake

Alex


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/CMakeLists.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- CMakeLists.txt	11 Aug 2003 21:34:12 -0000	1.7
+++ CMakeLists.txt	30 Apr 2007 20:05:42 -0000	1.8
@@ -4,4 +4,5 @@
 INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.cxx$)
 INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.in$)
 INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.c$)
+INSTALL_FILES(${CMAKE_DATA_DIR}/Modules .*\\.h$)
 INSTALL_FILES(${CMAKE_DATA_DIR}/Modules readme\\.txt$)



More information about the Cmake-commits mailing list