瀏覽代碼

BUG: fix test execution

Ken Martin 21 年之前
父節點
當前提交
12c4e90294
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/CMakeLists.txt

+ 1 - 0
Source/CMakeLists.txt

@@ -719,6 +719,7 @@ IF(BUILD_TESTING)
       --build-nocmake 
       --build-noclean
       --build-makeprogram ${CMake_SOURCE_DIR}/bootstrap
+      --build-generator "${CMAKE_GENERATOR}"
       --test-command ${CMake_BINARY_DIR}/Tests/BootstrapTest/Bootstrap.cmk/cmake)
   ENDIF(UNIX AND CMAKE_RUN_LONG_TESTS AND NOT CMAKE_SKIP_BOOTSTRAP_TEST)