FindGDAL: Document as deprecated in favor of upstream CMake package

Issue: #26471
This commit is contained in:
SunBlack
2024-11-26 16:38:12 +01:00
committed by Brad King
parent 467d6f00cc
commit 7e2aee4458
2 changed files with 26 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
FindGDAL-deprecate
------------------
* The :module:`FindGDAL` module is now deprecated in favor of upstream
GDAL's official CMake package configuration file. Port projects to
the latter by calling ``find_package(GDAL CONFIG)``. For further
details, see `GDAL's documentation on CMake integration
<https://gdal.org/en/latest/development/cmake.html>`_.