-
Notifications
You must be signed in to change notification settings - Fork 802
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove PROJ4 CMake name #3168
Comments
to solve OSGeo/gdal#5646, maybe we should offer a CMake variable to opt to disable exporting PROJ4, as something doable in PROJ 9.x series ? |
Fine with me to bump this earlier in the 9.x series, but I also like to look further at the GDAL issue. |
to control whether the PROJ4 legacy target should be exported (refs OSGeo#3168) The default is ON, unless PROJ is built as part of a CMake subproject.
Instead of creating multiple exports of |
to control whether the PROJ4 legacy target should be exported (refs OSGeo#3168) The default is ON, unless PROJ is built as part of a CMake subproject.
PROJ 7.0 changed the CMake project name from PROJ4 to PROJ (#1885, #1910).
PROJ 9.1 made
find_package(PROJ4)
show a deprecation warning (#3094, #3165).PROJ 10.0 should finally remove this support.
The text was updated successfully, but these errors were encountered: