summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2007-03-07 18:01:00 (GMT)
committerKen Martin <ken.martin@kitware.com>2007-03-07 18:01:00 (GMT)
commitd12455fccb3726ee6d89c6fafe5f55f949694980 (patch)
tree49b247dbcd27ecee92f1c0f2b2a2aa3876669021 /Source/CMakeLists.txt
parentbfb3598c4b4ec2fc41eb6e26ea0dbeb9c55f9176 (diff)
downloadCMake-d12455fccb3726ee6d89c6fafe5f55f949694980.zip
CMake-d12455fccb3726ee6d89c6fafe5f55f949694980.tar.gz
CMake-d12455fccb3726ee6d89c6fafe5f55f949694980.tar.bz2
BUG: oops bad arg for new test
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r--Source/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index e3f53a4..faf8112 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -576,7 +576,7 @@ IF(BUILD_TESTING)
"${CMake_SOURCE_DIR}/Tests/NewlineArgs"
"${CMake_BINARY_DIR}/Tests/NewlineArgs"
--build-generator ${CMAKE_TEST_GENERATOR}
- --build-project cxxonly
+ --build-project newlineargs
--build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
--build-two-config
--test-command cxxonly)