BUG: not all Macs are case insensitive if they mount nfs directories
This commit is contained in:
parent
03b528fdef
commit
389333967b
|
@ -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++
|
||||
|
|
Loading…
Reference in New Issue