diff options
| author | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-05-23 13:45:54 +0200 |
|---|---|---|
| committer | Tomáš Chvátal <scarabeus@gentoo.org> | 2009-05-23 13:45:54 +0200 |
| commit | 8cf0c79d018669b9b424d543dbf901a3124a8b2f (patch) | |
| tree | 36a77397334e087f523c1e8a411d805257d62883 /cmake/FindBZIP2.cmake | |
| parent | 1a20b9d154051db97fe1bb72dba6e521db670d32 (diff) | |
Switch to gzip, so xHire is happy that it will work on windows too.
Diffstat (limited to 'cmake/FindBZIP2.cmake')
| -rw-r--r-- | cmake/FindBZIP2.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/cmake/FindBZIP2.cmake b/cmake/FindBZIP2.cmake deleted file mode 100644 index 6b26aa1..0000000 --- a/cmake/FindBZIP2.cmake +++ /dev/null @@ -1,12 +0,0 @@ -# This scripts search up bzip2 binary and put it to the -# BZIP2_TOOL varable. -FIND_PROGRAM(BZIP2_TOOL - NAMES bzip2 - PATHS - /bin - /usr/bin - /usr/local/bin -) -IF(NOT BZIP2_TOOL) - MESSAGE(FATAL_ERROR "Unable to find 'bzip2' executable") -ENDIF(NOT BZIP2_TOOL) |