We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1c7a4f9 + 18ce372 commit dfac85bCopy full SHA for dfac85b
Help/release/3.15.rst
@@ -362,3 +362,10 @@ Changes made since CMake 3.15.0 include the following.
362
always runs in a mode aware of C++14.
363
364
* Preliminary Swift support added in 3.15.0 has been updated.
365
+
366
+3.15.2
367
+------
368
369
+* In CMake 3.15.0 and 3.15.1 the :variable:`CMAKE_FIND_PACKAGE_PREFER_CONFIG`
370
+ variable caused the :command:`find_package` command to fail on a missing
371
+ package even without the ``REQUIRED`` option. This has been fixed.
0 commit comments