From 18ce372e0febc58e24e42e21e59f5688f3875864 Mon Sep 17 00:00:00 2001 From: Brad King Date: Wed, 7 Aug 2019 12:41:27 -0400 Subject: Help: Add 3.15.2 release notes --- Help/release/3.15.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/Help/release/3.15.rst b/Help/release/3.15.rst index 4f534666ee..b0365bac2c 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. -- cgit v1.2.1