Updating CMake to get GDAL working again on OS X.

This commit is contained in:
Marvin Smith 2015-01-17 16:59:56 -08:00
parent df57d038b8
commit 9a1a9d9aff
2 changed files with 2 additions and 0 deletions

View File

@ -51,6 +51,7 @@ if(HAVE_OPENEXR)
endif()
if(HAVE_GDAL)
add_definitions(-DHAVE_GDAL)
include_directories(SYSTEM ${GDAL_INCLUDE_DIR})
list(APPEND GRFMT_LIBS ${GDAL_LIBRARY})
endif()

View File

@ -38,6 +38,7 @@
// the use of this software, even if advised of the possibility of such damage.
//
//M*/
#include "precomp.hpp"
#include "grfmt_gdal.hpp"
#ifdef HAVE_GDAL