diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-02 12:41:49 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2005-09-02 12:41:49 (GMT) |
commit | 389333967b157e40b6846c964699a13ab5ba6c99 (patch) | |
tree | 3d457b87df4334d99b2a713a8976394077178cec /Source | |
parent | 03b528fdefa75274e6ee62ec430eace48952e203 (diff) | |
download | CMake-389333967b157e40b6846c964699a13ab5ba6c99.zip CMake-389333967b157e40b6846c964699a13ab5ba6c99.tar.gz CMake-389333967b157e40b6846c964699a13ab5ba6c99.tar.bz2 |
BUG: not all Macs are case insensitive if they mount nfs directories
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index aed1343..f64f60c 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -807,8 +807,8 @@ IF(BUILD_TESTING) ADD_TEST(objc++ ${CMAKE_CTEST_COMMAND} --build-and-test - "${CMake_SOURCE_DIR}/Tests/Objc++" - "${CMake_BINARY_DIR}/Tests/Objc++" + "${CMake_SOURCE_DIR}/Tests/ObjC++" + "${CMake_BINARY_DIR}/Tests/ObjC++" --build-generator ${CMAKE_GENERATOR} --build-makeprogram ${MAKEPROGRAM} --build-project objc++ |