summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2018-10-04 14:35:39 (GMT)
committerBrad King <brad.king@kitware.com>2018-10-04 14:35:39 (GMT)
commita9ff6cefe5053d6536b4ea70baef19de4bfc0295 (patch)
tree4ea4601f76269e69ce1c20df048a788f28c22135 /Help
parenta9b442cdc76f794723a2aa8fbf8f19dff7325638 (diff)
parentaa51bfd74f906b5447b6243aac7e0dec08d5bc6d (diff)
downloadCMake-a9ff6cefe5053d6536b4ea70baef19de4bfc0295.zip
CMake-a9ff6cefe5053d6536b4ea70baef19de4bfc0295.tar.gz
CMake-a9ff6cefe5053d6536b4ea70baef19de4bfc0295.tar.bz2
Merge branch 'pkgc-op-lt-gt' into release-3.13
Merge-request: !2435
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.13.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Help/release/3.13.rst b/Help/release/3.13.rst
index d9f4f7b..b993775 100644
--- a/Help/release/3.13.rst
+++ b/Help/release/3.13.rst
@@ -157,6 +157,10 @@ Modules
* The :module:`FindPkgConfig` module gained an option to create imported
targets in global scope.
+* The :module:`FindPkgConfig` module gained support for ``<`` and ``>``
+ operators for version checks in addition to the already supported
+ operators ``>=``, ``<=``, and ``=``.
+
* Modules :module:`FindPython3`, :module:`FindPython2` and :module:`FindPython`
gain capability to control order of resource lookup on macOS (Framework) and
Windows (Registry).