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:
Brad King 2007-05-20 10:11:48 -04:00
parent daca282db4
commit 7416d0d67d
1 changed files with 1 additions and 1 deletions

View File

@ -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
)