From 710843e4dfd146257500be7ad9c0a5c0d61e56c4 Mon Sep 17 00:00:00 2001 From: Tomáš Chvátal Date: Wed, 4 Nov 2009 18:01:25 +0100 Subject: Use PkgConfig where possible TODO: gettext, SDL_ttf Drop windows bundled libs, since .pc should be able to pick them up on windows too. --- cmake/FindGZIP.cmake | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 cmake/FindGZIP.cmake (limited to 'cmake/FindGZIP.cmake') 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) -- cgit v1.2.3