summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-19 15:33:24 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-02-19 15:33:24 (GMT)
commit62fd43ebaec8c772fd33386a0fde82142bec8de8 (patch)
tree73aa9355a5f7224f71a969c8fcad7c612c625f92
parentb092ffae6f6c732965e19fc260aed5fdbbd2615c (diff)
downloadCMake-62fd43ebaec8c772fd33386a0fde82142bec8de8.zip
CMake-62fd43ebaec8c772fd33386a0fde82142bec8de8.tar.gz
CMake-62fd43ebaec8c772fd33386a0fde82142bec8de8.tar.bz2
ENH: Comment out test
-rw-r--r--Source/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt
index 0be9771..86e8627 100644
--- a/Source/CMakeLists.txt
+++ b/Source/CMakeLists.txt
@@ -562,7 +562,7 @@ IF(BUILD_TESTING)
)
ENDIF (APPLE)
- IF (UNIX)
+ IF (UNIX_TEST_NOT_EXISTS)
CONFIGURE_FILE(
"${CMake_SOURCE_DIR}/Tests/CTestTest/ctest.cmake.in"
"${CMake_BINARY_DIR}/Tests/CTestTest/ctest.cmake"
@@ -572,7 +572,7 @@ IF(BUILD_TESTING)
-S "${CMake_BINARY_DIR}/Tests/CTestTest/ctest.cmake" -V
)
- ENDIF (UNIX)
+ ENDIF (UNIX_TEST_NOT_EXISTS)
IF (CMAKE_WXWINDOWS_WXCONFIG_EXECUTABLE OR WXWINDOWS_INCLUDE_DIR)