From cba8933a83c2e96698b85b980438f30385f8420e Mon Sep 17 00:00:00 2001 From: Ralf Habacker Date: Sat, 8 Apr 2006 22:43:16 +0000 Subject: optimized gnuwin32 detection on windows - find gnuwin32 package location very early - removed GNUWIN32_INCLUDE_DIR/GNUWIN32_LIBRARY_DIR macros, because FindGNUWIN32.cmake sets now CMAKE_INCLUDE_PATH and CMAKE_LIBRARY_PATH - don't use pkgconfig on windows svn path=/trunk/KDE/kdelibs/; revision=527634 --- modules/FindBZip2.cmake | 3 --- 1 file changed, 3 deletions(-) (limited to 'modules/FindBZip2.cmake') diff --git a/modules/FindBZip2.cmake b/modules/FindBZip2.cmake index 3bcc1748..a51662b8 100644 --- a/modules/FindBZip2.cmake +++ b/modules/FindBZip2.cmake @@ -7,19 +7,16 @@ # BZIP2_DEFINITIONS - Compiler switches required for using BZip2 # BZIP2_NEED_PREFIX - this is set if the functions are prefixed with BZ2_ # -FIND_PACKAGE(GNUWIN32) FIND_PATH(BZIP2_INCLUDE_DIR bzlib.h /usr/include /usr/local/include - ${GNUWIN32_DIR}/include ) FIND_LIBRARY(BZIP2_LIBRARIES NAMES bz2 bzip2 PATHS /usr/lib /usr/local/lib - ${GNUWIN32_DIR}/lib ) if (BZIP2_INCLUDE_DIR AND BZIP2_LIBRARIES) -- cgit v1.2.1