Explorar o código

Merge topic 'doc-relnotes-3.15'

18ce372e0f Help: Add 3.15.2 release notes

Acked-by: Kitware Robot <[email protected]>
Merge-request: !3664
Brad King %!s(int64=6) %!d(string=hai) anos
pai
achega
4d7fc09902
Modificáronse 1 ficheiros con 7 adicións e 0 borrados
  1. 7 0
      Help/release/3.15.rst

+ 7 - 0
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.