mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
In the same spirit as the REQUIRED keyword on find_package, this will stop cmake execution with an error on a failed find_program, find_file, find_path or find_library.
7 lines
264 B
ReStructuredText
7 lines
264 B
ReStructuredText
required_find_commands
|
|
----------------------
|
|
|
|
* The :command:`find_program`, :command:`find_library`, :command:`find_path`
|
|
and :command:`find_file` commands gained a new ``REQUIRED`` option that will
|
|
stop processing with an error message if nothing is found.
|