summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-02-15 15:21:12 (GMT)
committerKitware Robot <kwrobot@kitware.com>2021-02-15 15:21:18 (GMT)
commit58a2f5d0297d0539e55a9c7d07bab1d4dae15003 (patch)
treeb2d2715cac59a1187eb1f8f5f382331154eb9f63 /Help/release
parent95fbce8da35b3a38a96a82a4059ab00fd9cc8cab (diff)
parent55e493928b64094d739e7b175d89d62e267b7cb0 (diff)
downloadCMake-58a2f5d0297d0539e55a9c7d07bab1d4dae15003.zip
CMake-58a2f5d0297d0539e55a9c7d07bab1d4dae15003.tar.gz
CMake-58a2f5d0297d0539e55a9c7d07bab1d4dae15003.tar.bz2
Merge topic 'FindGDAL-improvements'
55e493928b FindGDAL: add release note f4b53fadda FindGDAL: support finding additional GDAL library names 1b2774450d FindGDAL: add support for skipping gdal-config 1621cb3eb1 FindGDAL: add documentation to cache variables 3caaff4c08 FindGDAL: conditionally set the output variables 3f6a4f2062 FindGDAL: mark cache variables as advanced 02e906305d FindGDAL: use execute_process instead of exec_program 140344da14 FindGDAL: fix some indentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5799
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/3.20.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/3.20.rst b/Help/release/3.20.rst
index efe937b..77f9441 100644
--- a/Help/release/3.20.rst
+++ b/Help/release/3.20.rst
@@ -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.