Skip to content

Commit

Permalink
support 'libgeotiff' as a PATH_SUFFIX for FindGeoTIFF.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Jan 7, 2019
1 parent 7624b4c commit c3804e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/FindGeoTIFF.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ IF(WIN32)
ENDIF()

ENDIF()

FIND_PATH(GEOTIFF_INCLUDE_DIR
geotiff.h
PATH_SUFFIXES geotiff
PATH_SUFFIXES geotiff libgeotiff
PATHS
${OSGEO4W_INCLUDE_DIR})

Expand Down

0 comments on commit c3804e5

Please sign in to comment.