From 7416d0d67dee5d4b294b006c42249ec7348d3ee2 Mon Sep 17 00:00:00 2001 From: Brad King Date: Sun, 20 May 2007 10:11:48 -0400 Subject: BUG: Fix name of project to build for LoadCommandOneConfig now that it has been renamed for new name of LoadCommand test. --- Tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 2cb79fd..59f5c08 100644 --- a/Tests/CMakeLists.txt +++ b/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 ) -- cgit v0.12