diff options
author | Brad King <brad.king@kitware.com> | 2011-12-23 19:13:06 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2011-12-23 21:16:45 (GMT) |
commit | 6a7582124cb19a5c869263e9bec716be76c7640a (patch) | |
tree | a489ab39c56c039a44544e56e770a3ee4ec9a65f /Tests/CMakeLists.txt | |
parent | 4e985000124931cb8219da35cc507b4ccf05d30f (diff) | |
download | CMake-6a7582124cb19a5c869263e9bec716be76c7640a.zip CMake-6a7582124cb19a5c869263e9bec716be76c7640a.tar.gz CMake-6a7582124cb19a5c869263e9bec716be76c7640a.tar.bz2 |
complex: Remove ancient unused ComplexRelativePaths test
Diffstat (limited to 'Tests/CMakeLists.txt')
-rw-r--r-- | Tests/CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt index 1851f7a..3d2ed82 100644 --- a/Tests/CMakeLists.txt +++ b/Tests/CMakeLists.txt @@ -814,18 +814,6 @@ ${CMake_BINARY_DIR}/bin/cmake -DVERSION=master -P ${CMake_SOURCE_DIR}/Utilities/ # --build-project ConvLibrary # --test-command bartest) - -# ADD_TEST(complexRelativePaths ${CMAKE_CTEST_COMMAND} -# --build-and-test -# "${CMake_SOURCE_DIR}/Tests/ComplexRelativePaths" -# "${CMake_BINARY_DIR}/Tests/ComplexRelativePaths" -# --build-generator ${CMAKE_TEST_GENERATOR} -# --build-project complex -# --build-makeprogram ${CMAKE_TEST_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) ADD_TEST(Example ${CMAKE_CTEST_COMMAND} |