Skip to content

Commit

Permalink
Minor update in the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
elpaso committed Aug 22, 2017
1 parent 35e49ed commit 83b11d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/FindGDAL.cmake
Expand Up @@ -104,7 +104,7 @@ ELSE(WIN32)

# check for gdal version
# version 1.2.5 is known NOT to be supported (missing CPL_STDCALL macro)
# According to INSTALL, 2.0+ is required
# According to INSTALL, 2.1+ is required
IF (GDAL_VERSION_MAJOR LESS 2)
MESSAGE (FATAL_ERROR "GDAL version is too old (${GDAL_VERSION}). Use 2.1 or higher.")
ENDIF (GDAL_VERSION_MAJOR LESS 2)
Expand Down

0 comments on commit 83b11d5

Please sign in to comment.