ENH: defer relative paths
This commit is contained in:
parent
caf17c123b
commit
52fc539e4e
|
@ -421,16 +421,16 @@ IF(BUILD_TESTING)
|
||||||
--build-exe-dir "${CMake_BINARY_DIR}/Tests/ComplexOneConfig/bin"
|
--build-exe-dir "${CMake_BINARY_DIR}/Tests/ComplexOneConfig/bin"
|
||||||
--test-command complex)
|
--test-command complex)
|
||||||
|
|
||||||
ADD_TEST(complexRelativePaths ${CMAKE_CTEST_COMMAND}
|
# ADD_TEST(complexRelativePaths ${CMAKE_CTEST_COMMAND}
|
||||||
--build-and-test
|
# --build-and-test
|
||||||
"${CMake_SOURCE_DIR}/Tests/ComplexRelativePaths"
|
# "${CMake_SOURCE_DIR}/Tests/ComplexRelativePaths"
|
||||||
"${CMake_BINARY_DIR}/Tests/ComplexRelativePaths"
|
# "${CMake_BINARY_DIR}/Tests/ComplexRelativePaths"
|
||||||
--build-generator ${CMAKE_GENERATOR}
|
# --build-generator ${CMAKE_GENERATOR}
|
||||||
--build-project complex
|
# --build-project complex
|
||||||
--build-makeprogram ${MAKEPROGRAM}
|
# --build-makeprogram ${MAKEPROGRAM}
|
||||||
--build-exe-dir "${CMake_BINARY_DIR}/Tests/ComplexRelativePaths/bin"
|
# --build-exe-dir "${CMake_BINARY_DIR}/Tests/ComplexRelativePaths/bin"
|
||||||
--build-options -DCMAKE_USE_RELATIVE_PATHS:BOOL=ON
|
# --build-options -DCMAKE_USE_RELATIVE_PATHS:BOOL=ON
|
||||||
--test-command complex)
|
# --test-command complex)
|
||||||
|
|
||||||
ENDIF(NOT COMPILER_IS_COMO)
|
ENDIF(NOT COMPILER_IS_COMO)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue