blob: cc2bf0289206feb979b7322f86e3b92f236e3e25 (
plain)
1
2
3
4
5
6
|
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.
|