ENH: Remove old IF(FILE_IS_NEWER) syntax. It was never in a release anyway.

This commit is contained in:
Brad King
2006-10-23 17:14:20 -04:00
parent 74c70d4078
commit b25629efc4
3 changed files with 0 additions and 27 deletions
-3
View File
@@ -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")