aboutsummaryrefslogtreecommitdiff
path: root/modules/FindGIF.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'modules/FindGIF.cmake')
-rw-r--r--modules/FindGIF.cmake4
1 files changed, 0 insertions, 4 deletions
diff --git a/modules/FindGIF.cmake b/modules/FindGIF.cmake
index f8b40d48..e3ffdaf1 100644
--- a/modules/FindGIF.cmake
+++ b/modules/FindGIF.cmake
@@ -6,20 +6,16 @@
# GIF_LIBRARIES - Libraries needed to use GIF
# GIF_DEFINITIONS - Compiler switches required for using GIF
#
-FIND_PACKAGE(GNUWIN32)
-
FIND_PATH(GIF_INCLUDE_DIR gif_lib.h
/usr/include
/usr/local/include
- ${GNUWIN32_DIR}/include
)
FIND_LIBRARY(GIF_LIBRARIES NAMES gif libgif ungif libungif giflib
PATHS
/usr/lib
/usr/local/lib
- ${GNUWIN32_DIR}/lib
)
if (GIF_INCLUDE_DIR AND GIF_LIBRARIES)