From d7d16d386d1b4d9e1407d4933148f1ce55f79ee3 Mon Sep 17 00:00:00 2001 From: Andy Cedilnik Date: Mon, 18 Oct 2004 15:37:37 -0400 Subject: [PATCH] BUG: Ok, this should make the test actually do something --- Source/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index d9a1a2031..d4cec05bc 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -643,8 +643,7 @@ IF(BUILD_TESTING) ${CMake_BINARY_DIR}/Tests/BootstrapTest --build-nocmake --build-makeprogram ${CMake_SOURCE_DIR}/bootstrap - --test-command ${CMake_BINARY_DIR}/Tests/BootstrapTest/Bootstrap.cmk/cmake --version) - + --test-command ${CMake_BINARY_DIR}/Tests/BootstrapTest/Bootstrap.cmk/cmake) ENDIF(UNIX) IF(CMAKE_GENERATOR MATCHES "Makefiles")