Skip to content

Commit 4a76aef

Browse files
authored
Fix copypasta in error messages
1 parent cad5cb7 commit 4a76aef

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)