We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cad5cb7 + 4a76aef commit d7843deCopy full SHA for d7843de
CMakeLists.txt
@@ -237,7 +237,7 @@ if (USE_PROJ_LIB STREQUAL "4" AND NOT HAVE_PROJ4)
237
endif()
238
239
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")
+ message(FATAL_ERROR "USE_PROJ_LIB was set to '6', but PROJ version 6 API not found")
241
242
243
if (LUAJIT_FOUND)
0 commit comments