From 2af2cb0a09bc3c92223f5f842f5be95c78c96727 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Sun, 9 Sep 2007 13:18:22 -0400 Subject: [PATCH] ENH: remove debug print --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c4c5b8a2b..9aec580fb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -349,7 +349,6 @@ SET(CMake_VERSION_PATCH 0) # 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)