File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,8 @@ ELSE(WIN32)
75
75
76
76
IF (APPLE )
77
77
SET (GDAL_LIBRARY ${GDAL_LINK_DIRECTORIES} /lib${GDAL_LIB_NAME}.dylib CACHE STRING INTERNAL )
78
- ELSEIF (APPLE )
79
- SET (GDAL_LIBRARY ${GDAL_LINK_DIRECTORIES} /lib${GDAL_LIB_NAME}.so CACHE STRING INTERNAL )
78
+ ELSE (APPLE )
79
+ SET (GDAL_LIBRARY ${GDAL_LINK_DIRECTORIES} /lib${GDAL_LIB_NAME}.so CACHE STRING INTERNAL )
80
80
ENDIF (APPLE )
81
81
82
82
ELSE (GDAL_CONFIG )
@@ -99,8 +99,8 @@ IF (GDAL_FOUND)
99
99
100
100
ELSE (GDAL_FOUND )
101
101
102
- IF ( GDAL_FIND_REQUIRED )
103
- MESSAGE (FATAL_ERROR "Could not find GDAL" )
104
- ENDIF ( GDAL_FIND_REQUIRED )
102
+ MESSAGE ( GDAL_INCLUDE_DIR=${GDAL_INCLUDE_DIR} )
103
+ MESSAGE (GDAL_LIBRARY=${GDAL_LIBRARY} )
104
+ MESSAGE ( FATAL_ERROR "Could not find GDAL" )
105
105
106
106
ENDIF (GDAL_FOUND )
You can’t perform that action at this time.
0 commit comments