mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-04 04:40:56 -06:00
ENH: fix error in if statement
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user