summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2011-01-28 19:17:12 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2011-01-28 19:17:12 (GMT)
commit7457a0fd80ebeeb36a88455e6f701eb07772b28f (patch)
tree36d17637fcfa6efbfbc21f36109de6db5ea12cb7 /Tests
parent6744616fb2c6397893c5b41bb4473fa8d420a57b (diff)
parentccbdc24ae1d6bc5f7105b4bd242b75b11fd50de9 (diff)
downloadCMake-7457a0fd80ebeeb36a88455e6f701eb07772b28f.zip
CMake-7457a0fd80ebeeb36a88455e6f701eb07772b28f.tar.gz
CMake-7457a0fd80ebeeb36a88455e6f701eb07772b28f.tar.bz2
Merge topic 'MakeCMakeBuildWithCMakeLess263'
ccbdc24 Make cmake build again with cmake < 2.6.3
Diffstat (limited to 'Tests')
-rw-r--r--Tests/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Tests/CMakeLists.txt b/Tests/CMakeLists.txt
index 959413d..cbca02d 100644
--- a/Tests/CMakeLists.txt
+++ b/Tests/CMakeLists.txt
@@ -138,8 +138,8 @@ IF(BUILD_TESTING)
SET(TEST_RESOURCES TRUE)
ENDIF()
# for borland and watcom there is no resource support
- IF(("${CMAKE_TEST_GENERATOR}" MATCHES "WMake") OR
- ("${CMAKE_TEST_GENERATOR}" MATCHES "Borland"))
+ IF("${CMAKE_TEST_GENERATOR}" MATCHES "WMake" OR
+ "${CMAKE_TEST_GENERATOR}" MATCHES "Borland")
SET(TEST_RESOURCES FALSE)
ENDIF()
IF(TEST_RESOURCES)