diff options
-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") |