summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:14:07 +0900
committerDongHun Kwak <dh0128.kwak@samsung.com>2021-10-08 09:14:07 +0900
commitff17ac9bf99bd184bdd8b6aa7b7e071024b9793b (patch)
treef796324846cdba1c41226017e13d4b040d643602 /Help
parent2916e0eaa4feeff9c06755fc988ec867c23bb2db (diff)
downloadcmake-ff17ac9bf99bd184bdd8b6aa7b7e071024b9793b.tar.gz
cmake-ff17ac9bf99bd184bdd8b6aa7b7e071024b9793b.tar.bz2
cmake-ff17ac9bf99bd184bdd8b6aa7b7e071024b9793b.zip
Imported Upstream version 3.15.2upstream/3.15.2
Diffstat (limited to 'Help')
-rw-r--r--Help/release/3.15.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/Help/release/3.15.rst b/Help/release/3.15.rst
index 4f534666e..b0365bac2 100644
--- a/Help/release/3.15.rst
+++ b/Help/release/3.15.rst
@@ -362,3 +362,10 @@ Changes made since CMake 3.15.0 include the following.
always runs in a mode aware of C++14.
* Preliminary Swift support added in 3.15.0 has been updated.
+
+3.15.2
+------
+
+* In CMake 3.15.0 and 3.15.1 the :variable:`CMAKE_FIND_PACKAGE_PREFER_CONFIG`
+ variable caused the :command:`find_package` command to fail on a missing
+ package even without the ``REQUIRED`` option. This has been fixed.