diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-18 19:37:37 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2004-10-18 19:37:37 (GMT) |
commit | d7d16d386d1b4d9e1407d4933148f1ce55f79ee3 (patch) | |
tree | 24f255a3068d700446950e9915bfd83eab01c5c9 | |
parent | 7481c895c4b87a67c9560944c628a912e67de154 (diff) | |
download | CMake-d7d16d386d1b4d9e1407d4933148f1ce55f79ee3.zip CMake-d7d16d386d1b4d9e1407d4933148f1ce55f79ee3.tar.gz CMake-d7d16d386d1b4d9e1407d4933148f1ce55f79ee3.tar.bz2 |
BUG: Ok, this should make the test actually do something
-rw-r--r-- | Source/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index d9a1a20..d4cec05 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") |