You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
313 B

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