summaryrefslogtreecommitdiffstats
path: root/Utilities/Release/release_cmake.cmake
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-05-02 20:41:31 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-05-02 20:41:31 (GMT)
commitfd40430547a1eb6b00729748ea8abb8bce39413e (patch)
tree899446ac15ffdfe573afaeea8ea366af3daa40e1 /Utilities/Release/release_cmake.cmake
parent67490f57a9f90a17ffb32f7fd9dec8705453e4b2 (diff)
downloadCMake-fd40430547a1eb6b00729748ea8abb8bce39413e.zip
CMake-fd40430547a1eb6b00729748ea8abb8bce39413e.tar.gz
CMake-fd40430547a1eb6b00729748ea8abb8bce39413e.tar.bz2
ENH: remove debug
Diffstat (limited to 'Utilities/Release/release_cmake.cmake')
-rw-r--r--Utilities/Release/release_cmake.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/Utilities/Release/release_cmake.cmake b/Utilities/Release/release_cmake.cmake
index fe1dcd6..7232131 100644
--- a/Utilities/Release/release_cmake.cmake
+++ b/Utilities/Release/release_cmake.cmake
@@ -37,7 +37,6 @@ remote_command(
remote_command(
"Login into cvs."
"cvs -d ${CVSROOT} login" cmake_login)
-message(FATAL_ERROR "done")
# checkout the source
remote_command(
"Checkout the source for ${CMAKE_VERSION}"