FindGDAL-deprecate.rst 362 B

12345678
  1. FindGDAL-deprecate
  2. ------------------
  3. * The :module:`FindGDAL` module is now deprecated in favor of upstream
  4. GDAL's official CMake package configuration file. Port projects to
  5. the latter by calling ``find_package(GDAL CONFIG)``. For further
  6. details, see `GDAL's documentation on CMake integration
  7. <https://gdal.org/en/latest/development/cmake.html>`_.