diff options
Diffstat (limited to 'cmake/FindGZIP.cmake')
| -rw-r--r-- | cmake/FindGZIP.cmake | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/cmake/FindGZIP.cmake b/cmake/FindGZIP.cmake deleted file mode 100644 index ca15d5a..0000000 --- a/cmake/FindGZIP.cmake +++ /dev/null @@ -1,14 +0,0 @@ -# This scripts search up bzip2 binary and put it to the -# GZIP_TOOL varable. -FIND_PROGRAM(GZIP_TOOL - NAMES gzip - PATHS - /bin - /usr/bin - /usr/local/bin -) -IF(NOT GZIP_TOOL) - IF(GZIP_REQUIRED) - MESSAGE(FATAL_ERROR "Unable to find 'gzip' executable") - ENDIF(GZIP_REQUIRED) -ENDIF(NOT GZIP_TOOL) |