summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2006-10-23 21:14:20 (GMT)
committerBrad King <brad.king@kitware.com>2006-10-23 21:14:20 (GMT)
commitb25629efc405b979a4f3d03aadf92d34a486e261 (patch)
treef5a2b4275f5b16ff16445840ede6b56d3d788552 /Tests
parent74c70d4078dfbd0a6a1c9810f045534402fbcbc4 (diff)
downloadCMake-b25629efc405b979a4f3d03aadf92d34a486e261.zip
CMake-b25629efc405b979a4f3d03aadf92d34a486e261.tar.gz
CMake-b25629efc405b979a4f3d03aadf92d34a486e261.tar.bz2
ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway.
Diffstat (limited to 'Tests')
-rw-r--r--Tests/StringFileTest/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Tests/StringFileTest/CMakeLists.txt b/Tests/StringFileTest/CMakeLists.txt
index e6288db..a682076 100644
--- a/Tests/StringFileTest/CMakeLists.txt
+++ b/Tests/StringFileTest/CMakeLists.txt
@@ -76,9 +76,6 @@ FOREACH(var
ENDFOREACH(var)
# Verify that the file was created recently.
-IF(NOT FILE_IS_NEWER "${file}" "${CMAKE_CURRENT_SOURCE_DIR}/InputFile.h.in")
- MESSAGE(FATAL_ERROR "IF(FILE_IS_NEWER) does not seem to work.")
-ENDIF(NOT FILE_IS_NEWER "${file}" "${CMAKE_CURRENT_SOURCE_DIR}/InputFile.h.in")
IF(NOT "${file}" IS_NEWER_THAN "${CMAKE_CURRENT_SOURCE_DIR}/InputFile.h.in")
MESSAGE(FATAL_ERROR "IF(FILE_IS_NEWER) does not seem to work.")
ENDIF(NOT "${file}" IS_NEWER_THAN "${CMAKE_CURRENT_SOURCE_DIR}/InputFile.h.in")