BUG: Fix name of project to build for LoadCommandOneConfig now that it has been renamed for new name of LoadCommand test.
This commit is contained in:
parent
daca282db4
commit
7416d0d67d
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue