summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-08-17 20:40:41 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2006-08-17 20:40:41 (GMT)
commitf39e1c780e81a0dc8571059059ae7bd7a3e3fde1 (patch)
treeb618e486df0b6e205dea3659ed058586360d6ef6
parent0525d8be581276f3555c13116e6987b78aaf664e (diff)
downloadCMake-f39e1c780e81a0dc8571059059ae7bd7a3e3fde1.zip
CMake-f39e1c780e81a0dc8571059059ae7bd7a3e3fde1.tar.gz
CMake-f39e1c780e81a0dc8571059059ae7bd7a3e3fde1.tar.bz2
ENH: fix project names to be case sensitive and change name to linkline from inkline
-rw-r--r--Source/CMakeLists.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 876047f..e9221e5 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -594,7 +594,7 @@ IF(BUILD_TESTING)
"${CMake_BINARY_DIR}/Tests/Complex"
--build-two-config
--build-generator ${CMAKE_TEST_GENERATOR}
- --build-project complex
+ --build-project Complex
--build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
--build-exe-dir "${CMake_BINARY_DIR}/Tests/Complex/bin"
--build-options
@@ -607,7 +607,7 @@ IF(BUILD_TESTING)
"${CMake_SOURCE_DIR}/Tests/ComplexOneConfig"
"${CMake_BINARY_DIR}/Tests/ComplexOneConfig"
--build-generator ${CMAKE_TEST_GENERATOR}
- --build-project complex
+ --build-project Complex
--build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
--build-exe-dir "${CMake_BINARY_DIR}/Tests/ComplexOneConfig/bin"
--build-options
@@ -693,7 +693,7 @@ IF(BUILD_TESTING)
"${CMake_SOURCE_DIR}/Tests/Testing"
"${CMake_BINARY_DIR}/Tests/Testing"
--build-generator ${CMAKE_TEST_GENERATOR}
- --build-project testing
+ --build-project Testing
--build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
--build-exe-dir "${CMake_BINARY_DIR}/Tests/Testing/bin"
--test-command testing
@@ -704,7 +704,7 @@ IF(BUILD_TESTING)
"${CMake_SOURCE_DIR}/Tests/Wrapping"
"${CMake_BINARY_DIR}/Tests/Wrapping"
--build-generator ${CMAKE_TEST_GENERATOR}
- --build-project wrapping
+ --build-project Wrapping
--build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
--build-exe-dir "${CMake_BINARY_DIR}/Tests/Wrapping/bin"
--test-command wrapping
@@ -858,7 +858,7 @@ IF(BUILD_TESTING)
--build-exe-dir "${CMake_BINARY_DIR}/Tests/LinkLine"
--build-generator ${CMAKE_TEST_GENERATOR}
--build-makeprogram ${CMAKE_TEST_MAKEPROGRAM}
- --build-project Linkline
+ --build-project LinkLine
--test-command Exec
)