ENH: remove debug print
This commit is contained in:
parent
1a132532c7
commit
2af2cb0a09
|
@ -349,7 +349,6 @@ SET(CMake_VERSION_PATCH 0)
|
||||||
# CVS versions are odd, if this is an odd minor version
|
# CVS versions are odd, if this is an odd minor version
|
||||||
# then set the CMake_VERSION_DATE variable
|
# then set the CMake_VERSION_DATE variable
|
||||||
IF("${CMake_VERSION_MINOR}" MATCHES "[13579]$")
|
IF("${CMake_VERSION_MINOR}" MATCHES "[13579]$")
|
||||||
message("odd version")
|
|
||||||
# extract the version Date from the cmVersion.cxx file
|
# extract the version Date from the cmVersion.cxx file
|
||||||
FILE(READ "${CMake_SOURCE_DIR}/Source/cmVersion.cxx"
|
FILE(READ "${CMake_SOURCE_DIR}/Source/cmVersion.cxx"
|
||||||
CMAKE_VERSION_FILE_CONTENT)
|
CMAKE_VERSION_FILE_CONTENT)
|
||||||
|
|
Loading…
Reference in New Issue