summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_path/Required.cmake
Commit message (Collapse)AuthorAgeFilesLines
* find_*: Add support for REQUIRED keywordSylvain Joubert2020-03-061-0/+12
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.