Explorar el Código

BUG: Fix name of project to build for LoadCommandOneConfig now that it has been renamed for new name of LoadCommand test.

Brad King hace 18 años
padre
commit
7416d0d67d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Tests/CMakeLists.txt

+ 1 - 1
Tests/CMakeLists.txt

@@ -193,7 +193,7 @@ IF(BUILD_TESTING)
     "${CMake_SOURCE_DIR}/Tests/LoadCommandOneConfig"
     "${CMake_BINARY_DIR}/Tests/LoadCommandOneConfig"
     --build-generator ${CMAKE_TEST_GENERATOR}
-    --build-project LoadedCommand
+    --build-project LoadCommand
     --build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
     --test-command  LoadedCommand
     )