BUG: not all Macs are case insensitive if they mount nfs directories

This commit is contained in:
Bill Hoffman 2005-09-02 08:41:49 -04:00
parent 03b528fdef
commit 389333967b
1 changed files with 2 additions and 2 deletions

View File

@ -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++