mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 13:20:47 -06:00
FindGif: add giflib4 as one more name for the library under Windows
Alex
This commit is contained in:
@@ -32,7 +32,7 @@ FIND_PATH(GIF_INCLUDE_DIR gif_lib.h
|
|||||||
)
|
)
|
||||||
|
|
||||||
# the gif library can have many names :-/
|
# 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
|
FIND_LIBRARY(GIF_LIBRARY
|
||||||
NAMES ${POTENTIAL_GIF_LIBS}
|
NAMES ${POTENTIAL_GIF_LIBS}
|
||||||
|
|||||||
Reference in New Issue
Block a user