mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -05:00
Merge topic 'find-package-required'
857a039d66 find_*: Add variable to default calls to REQUIRED
Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Merge-request: !10364
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
cmake-find-required
|
||||
-------------------
|
||||
|
||||
* The :variable:`CMAKE_FIND_REQUIRED` variable was added to tell
|
||||
:command:`find_package`, :command:`find_path`, :command:`find_file`,
|
||||
:command:`find_library`, and :command:`find_program` to be ``REQUIRED``
|
||||
by default. The commands also gained an ``OPTIONAL`` keyword to ignore
|
||||
the variable for a specific call.
|
||||
Reference in New Issue
Block a user