ENH: fix error in if statement

This commit is contained in:
Bill Hoffman 2006-08-10 23:20:58 -04:00
parent 76d05cd5fa
commit 372b6932ed
2 changed files with 2 additions and 2 deletions

View File

@ -201,7 +201,7 @@ IF(UNIX AND NOT APPLE)
else(NOT SKIP_TZ)
message("compress found, but it was a script so dont use it")
message("output from file command: [${output}]")
endif(NOT "${output}" MATCHES "script")
endif(NOT SKIP_TZ)
ENDIF(found_compress)
FIND_PROGRAM(found_bz2
NAMES bzip2)

View File

@ -201,7 +201,7 @@ IF(UNIX AND NOT APPLE)
else(NOT SKIP_TZ)
message("compress found, but it was a script so dont use it")
message("output from file command: [${output}]")
endif(NOT "${output}" MATCHES "script")
endif(NOT SKIP_TZ)
ENDIF(found_compress)
FIND_PROGRAM(found_bz2
NAMES bzip2)