cmake: remove required host includes (#617)

This breaks cross-compilation. More info:
https://github.com/openwrt/packages/pull/10079
master
Rosen Penev 2020-03-31 04:22:39 -07:00 committed by GitHub
parent aa90da2db1
commit f437a2243e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -94,8 +94,6 @@ else (USE_EXT_GD)
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)