summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-18 21:24:12 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-10-18 21:24:12 (GMT)
commit922bdc36023e1f8674cfecf3d70b5a8e86e24f05 (patch)
treecf345c9f37d16059f60be7273e61d8a19c36dda9
parentd7d16d386d1b4d9e1407d4933148f1ce55f79ee3 (diff)
downloadCMake-922bdc36023e1f8674cfecf3d70b5a8e86e24f05.zip
CMake-922bdc36023e1f8674cfecf3d70b5a8e86e24f05.tar.gz
CMake-922bdc36023e1f8674cfecf3d70b5a8e86e24f05.tar.bz2
ENH: Remove bogus clean step
-rw-r--r--Source/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index d4cec05..5881431 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -642,6 +642,7 @@ IF(BUILD_TESTING)
${CMake_SOURCE_DIR}
${CMake_BINARY_DIR}/Tests/BootstrapTest
--build-nocmake
+ --build-noclean
--build-makeprogram ${CMake_SOURCE_DIR}/bootstrap
--test-command ${CMake_BINARY_DIR}/Tests/BootstrapTest/Bootstrap.cmk/cmake)
ENDIF(UNIX)