diff options
author | Alex Neundorf <neundorf@kde.org> | 2011-07-27 18:40:39 (GMT) |
---|---|---|
committer | Alex Neundorf <neundorf@kde.org> | 2011-07-27 18:40:39 (GMT) |
commit | 2462f6508564a5e7b1a56255a480303f11e680b4 (patch) | |
tree | 83dd87707e7c8d3312c945861e3b1e1cf05b4130 /Modules/FindGIF.cmake | |
parent | f97620e733a0939046b5b098da3451b20fd26c96 (diff) | |
download | CMake-2462f6508564a5e7b1a56255a480303f11e680b4.zip CMake-2462f6508564a5e7b1a56255a480303f11e680b4.tar.gz CMake-2462f6508564a5e7b1a56255a480303f11e680b4.tar.bz2 |
FindGif: add giflib4 as one more name for the library under Windows
Alex
Diffstat (limited to 'Modules/FindGIF.cmake')
-rw-r--r-- | Modules/FindGIF.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindGIF.cmake b/Modules/FindGIF.cmake index 0125346..8e2e43e 100644 --- a/Modules/FindGIF.cmake +++ b/Modules/FindGIF.cmake @@ -32,7 +32,7 @@ FIND_PATH(GIF_INCLUDE_DIR gif_lib.h ) # the gif library can have many names :-/ -SET(POTENTIAL_GIF_LIBS gif libgif ungif libungif giflib) +SET(POTENTIAL_GIF_LIBS gif libgif ungif libungif giflib giflib4) FIND_LIBRARY(GIF_LIBRARY NAMES ${POTENTIAL_GIF_LIBS} |