summaryrefslogtreecommitdiffstats
path: root/Help/release
diff options
context:
space:
mode:
authorJoachim Wuttke (h) <j.wuttke@fz-juelich.de>2020-06-23 09:50:54 (GMT)
committerBrad King <brad.king@kitware.com>2020-06-29 15:55:22 (GMT)
commita468cc431cf910a95d839594a2916a25165023e1 (patch)
tree91a0c4b9e648135c2b1e60961a2b5a70b7ad139b /Help/release
parent9692931f8376c47ea335c90f3544e281ddc4ca8d (diff)
downloadCMake-a468cc431cf910a95d839594a2916a25165023e1.zip
CMake-a468cc431cf910a95d839594a2916a25165023e1.tar.gz
CMake-a468cc431cf910a95d839594a2916a25165023e1.tar.bz2
FindTIFF: add component CXX to include the C++ wrapper libtiffxx
Fixes: #20860
Diffstat (limited to 'Help/release')
-rw-r--r--Help/release/dev/FindTIFF-tiffxx.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindTIFF-tiffxx.rst b/Help/release/dev/FindTIFF-tiffxx.rst
new file mode 100644
index 0000000..656d38f
--- /dev/null
+++ b/Help/release/dev/FindTIFF-tiffxx.rst
@@ -0,0 +1,5 @@
+FindTIFF-tiffxx
+---------------
+
+* The :module:`FindTIFF` module gained a ``CXX`` component to
+ find the ``tiffxx`` library containing C++ bindings.