Skip to content

Commit 83b11d5

Browse files
committed
Minor update in the comment
1 parent 35e49ed commit 83b11d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/FindGDAL.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ ELSE(WIN32)
104104

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

0 commit comments

Comments
 (0)