summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLists.txt
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-05-20 14:11:48 (GMT)
committerBrad King <brad.king@kitware.com>2007-05-20 14:11:48 (GMT)
commit7416d0d67dee5d4b294b006c42249ec7348d3ee2 (patch)
tree34e3b4e0191e51fb79bb4cf42eeb698596ac7ea7 /Tests/CMakeLists.txt
parentdaca282db46c0f5b21fe26257f304cb41d099ca7 (diff)
downloadCMake-7416d0d67dee5d4b294b006c42249ec7348d3ee2.zip
CMake-7416d0d67dee5d4b294b006c42249ec7348d3ee2.tar.gz
CMake-7416d0d67dee5d4b294b006c42249ec7348d3ee2.tar.bz2
BUG: Fix name of project to build for LoadCommandOneConfig now that it has been renamed for new name of LoadCommand test.
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r--Tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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
)