mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
Fix CMake GD
This commit is contained in:
parent
d6ab23bf5a
commit
bda35149c6
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ if (NOT SKIPGD EQUAL 1)
|
||||||
set(GD_LIBRARIES ${GD_INSTALL_DIR}/lib/libgd.a)
|
set(GD_LIBRARIES ${GD_INSTALL_DIR}/lib/libgd.a)
|
||||||
set(GD_FOUND ON)
|
set(GD_FOUND ON)
|
||||||
else (EMBED_GD)
|
else (EMBED_GD)
|
||||||
find_package(GD 2.2.0...<3.0.0 QUIET)
|
pkg_search_module(GD QUIET gdlib)
|
||||||
endif (EMBED_GD)
|
endif (EMBED_GD)
|
||||||
endif (NOT SKIPGD EQUAL 1)
|
endif (NOT SKIPGD EQUAL 1)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue