diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-18 21:24:12 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-18 21:24:12 (GMT) |
commit | 922bdc36023e1f8674cfecf3d70b5a8e86e24f05 (patch) | |
tree | cf345c9f37d16059f60be7273e61d8a19c36dda9 /Source | |
parent | d7d16d386d1b4d9e1407d4933148f1ce55f79ee3 (diff) | |
download | CMake-922bdc36023e1f8674cfecf3d70b5a8e86e24f05.zip CMake-922bdc36023e1f8674cfecf3d70b5a8e86e24f05.tar.gz CMake-922bdc36023e1f8674cfecf3d70b5a8e86e24f05.tar.bz2 |
ENH: Remove bogus clean step
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
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) |