diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-05-12 14:58:23 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-05-12 14:58:23 (GMT) |
commit | 52fc539e4ec665e4ebe447948fd200c7ff3af940 (patch) | |
tree | 84f8a6095bb180a3ea7ef645182ccde142ce5a4c /Source | |
parent | caf17c123b79bd079408258a1ba13bdcd2105e59 (diff) | |
download | CMake-52fc539e4ec665e4ebe447948fd200c7ff3af940.zip CMake-52fc539e4ec665e4ebe447948fd200c7ff3af940.tar.gz CMake-52fc539e4ec665e4ebe447948fd200c7ff3af940.tar.bz2 |
ENH: defer relative paths
Diffstat (limited to 'Source')
-rw-r--r-- | Source/CMakeLists.txt | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index 01f786a..845c74e 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -421,16 +421,16 @@ IF(BUILD_TESTING) --build-exe-dir "${CMake_BINARY_DIR}/Tests/ComplexOneConfig/bin" --test-command complex) - ADD_TEST(complexRelativePaths ${CMAKE_CTEST_COMMAND} - --build-and-test - "${CMake_SOURCE_DIR}/Tests/ComplexRelativePaths" - "${CMake_BINARY_DIR}/Tests/ComplexRelativePaths" - --build-generator ${CMAKE_GENERATOR} - --build-project complex - --build-makeprogram ${MAKEPROGRAM} - --build-exe-dir "${CMake_BINARY_DIR}/Tests/ComplexRelativePaths/bin" - --build-options -DCMAKE_USE_RELATIVE_PATHS:BOOL=ON - --test-command complex) +# ADD_TEST(complexRelativePaths ${CMAKE_CTEST_COMMAND} +# --build-and-test +# "${CMake_SOURCE_DIR}/Tests/ComplexRelativePaths" +# "${CMake_BINARY_DIR}/Tests/ComplexRelativePaths" +# --build-generator ${CMAKE_GENERATOR} +# --build-project complex +# --build-makeprogram ${MAKEPROGRAM} +# --build-exe-dir "${CMake_BINARY_DIR}/Tests/ComplexRelativePaths/bin" +# --build-options -DCMAKE_USE_RELATIVE_PATHS:BOOL=ON +# --test-command complex) ENDIF(NOT COMPILER_IS_COMO) |