diff options
author | Brad King <brad.king@kitware.com> | 2011-01-28 19:17:12 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2011-01-28 19:17:12 (GMT) |
commit | 7457a0fd80ebeeb36a88455e6f701eb07772b28f (patch) | |
tree | 36d17637fcfa6efbfbc21f36109de6db5ea12cb7 /Tests | |
parent | 6744616fb2c6397893c5b41bb4473fa8d420a57b (diff) | |
parent | ccbdc24ae1d6bc5f7105b4bd242b75b11fd50de9 (diff) | |
download | CMake-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.txt | 4 |
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) |