Merge pull request #10079 from ryzhovau/libgd_CFLAGS

libgd: avoid using host headers
This commit is contained in:
Rosen Penev 2019-09-26 09:40:16 -07:00 committed by GitHub
commit 8ed2d22de3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

View File

@ -0,0 +1,11 @@
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -89,8 +89,6 @@
GV_LT(VERSION GDLIB_LIB_VERSION)
MESSAGE(STATUS "gd shared lib version ${GDLIB_LIB_SOVERSION} (${GDLIB_LIB_VERSION})")
- SET(CMAKE_REQUIRED_INCLUDES "/usr/include" "/usr/local/include")
-
include(CheckIncludeFiles)
include(CheckIncludeFile)