Skip to content

find_*: Add support for REQUIRED keyword

Sylvain Joubert requested to merge sjoubert/cmake:required_find_commands into master

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.

Merge request reports