ENH: Remove bogus clean step

This commit is contained in:
Andy Cedilnik 2004-10-18 17:24:12 -04:00
parent d7d16d386d
commit 922bdc3602
1 changed files with 1 additions and 0 deletions

View File

@ -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)