浏览代码

BUG: Ok, this should make the test actually do something

Andy Cedilnik 21 年之前
父节点
当前提交
d7d16d386d
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      Source/CMakeLists.txt

+ 1 - 2
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")