Skip to content

Commit d7843de

Browse files
authored
Merge pull request #1368 from AMDmi3/patch-1
Fix copypasta in error messages
2 parents cad5cb7 + 4a76aef commit d7843de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ if (USE_PROJ_LIB STREQUAL "4" AND NOT HAVE_PROJ4)
237237
endif()
238238

239239
if (USE_PROJ_LIB STREQUAL "6" AND NOT HAVE_PROJ6)
240-
message(FATAL_ERROR "USE_PROJ_LIB was set to '6', but PROJ version 4 API not found")
240+
message(FATAL_ERROR "USE_PROJ_LIB was set to '6', but PROJ version 6 API not found")
241241
endif()
242242

243243
if (LUAJIT_FOUND)

0 commit comments

Comments
 (0)