mirror of
https://github.com/Kitware/CMake.git
synced 2026-05-08 07:10:12 -05:00
Merge topic 'FindGDAL-improvements' into release-3.20
55e493928bFindGDAL: add release notef4b53faddaFindGDAL: support finding additional GDAL library names1b2774450dFindGDAL: add support for skipping gdal-config1621cb3eb1FindGDAL: add documentation to cache variables3caaff4c08FindGDAL: conditionally set the output variables3f6a4f2062FindGDAL: mark cache variables as advanced02e906305dFindGDAL: use execute_process instead of exec_program140344da14FindGDAL: fix some indentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5799
This commit is contained in:
@@ -188,6 +188,12 @@ Modules
|
||||
toolkits when ``nvcc`` is a symbolic link,
|
||||
for example due to a ``ccache`` or ``colornvcc`` wrapper script.
|
||||
|
||||
* The :module:`FindGDAL` module has been improved to document and mark as
|
||||
advanced its cache variables. There is a new ``FindGDAL_SKIP_GDAL_CONFIG``
|
||||
variable which may be used to skip over the ``gdal-config``-based search.
|
||||
Users may also set ``GDAL_ADDITIONAL_LIBRARY_VERSIONS`` to add additional
|
||||
versions to the library name search strategy.
|
||||
|
||||
* The :module:`FindIntl` module now provides an imported target.
|
||||
|
||||
* The :module:`FindOpenSSL` module learned to support a version range.
|
||||
|
||||
Reference in New Issue
Block a user