diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-09 17:18:22 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-09-09 17:18:22 (GMT) |
commit | 2af2cb0a09bc3c92223f5f842f5be95c78c96727 (patch) | |
tree | df4a6c4b8be29bc0dab484cc4a9893352ec07c6b /CMakeLists.txt | |
parent | 1a132532c7b38da340c5d41f67a7f28481a61f5a (diff) | |
download | CMake-2af2cb0a09bc3c92223f5f842f5be95c78c96727.zip CMake-2af2cb0a09bc3c92223f5f842f5be95c78c96727.tar.gz CMake-2af2cb0a09bc3c92223f5f842f5be95c78c96727.tar.bz2 |
ENH: remove debug print
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c4c5b8a..9aec580 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) |