[cmake-commits] hoffman committed CMakeLists.txt 1.132 1.133

cmake-commits at cmake.org cmake-commits at cmake.org
Sun Sep 9 13:18:24 EDT 2007


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

Modified Files:
	CMakeLists.txt 
Log Message:
ENH: remove debug print


Index: CMakeLists.txt
===================================================================
RCS file: /cvsroot/CMake/CMake/CMakeLists.txt,v
retrieving revision 1.132
retrieving revision 1.133
diff -u -d -r1.132 -r1.133
--- CMakeLists.txt	7 Sep 2007 21:00:15 -0000	1.132
+++ CMakeLists.txt	9 Sep 2007 17:18:22 -0000	1.133
@@ -349,7 +349,6 @@
 # CVS versions are odd, if this is an odd minor version
 # then set the CMake_VERSION_DATE variable
 IF("${CMake_VERSION_MINOR}" MATCHES "[13579]$")
-  message("odd version")
   # extract the version Date from the cmVersion.cxx file
   FILE(READ "${CMake_SOURCE_DIR}/Source/cmVersion.cxx" 
     CMAKE_VERSION_FILE_CONTENT)



More information about the Cmake-commits mailing list