summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/find_program
Commit message (Expand)AuthorAgeFilesLines
* find_*(): Add CMAKE_IGNORE_PREFIX_PATH variableKyle Edwards2022-02-024-0/+33
* cmake: Add filtered debug-find optionsJohn Parent2021-12-174-0/+65
* find_*: Add support for option NO_CACHEMarc Chevrier2021-06-023-0/+149
* MSYS: Add support for running under MSYS runtime environmentOrgad Shaneh2021-04-261-1/+1
* find_program: Find programs that are executable but not readableBrad King2020-06-1510-2/+46
* Merge topic 'bundle-exe-space-in-name'Brad King2020-06-153-0/+13
|\
| * find_program: Properly decode URL for bundle exe name with spacesCraig Scott2020-06-143-0/+13
* | find_program: Revert "Find programs that are executable but not readable"Brad King2020-06-122-4/+10
|/
* find_program: Find programs that are executable but not readableVladimir Menshakov2020-04-093-0/+9
* find_*: Add support for REQUIRED keywordSylvain Joubert2020-03-065-0/+19
* find_*: Use debug logging infrastructureRobert Maynard2019-12-192-0/+30
* Tests: Remove stray source dir modification in RunCMake.find_programBrad King2019-07-261-1/+0
* Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docsRobert Maynard2019-07-091-1/+1
* Find: Provide global controls for the `NO_[]_PATH` call optionsRobert Maynard2019-06-214-0/+50
* find_program: Consider CWD only for paths with separatorSam Yates2018-06-144-0/+71
* Merge topic 'fix-find_program-regression'Brad King2015-11-024-0/+14
|\
| * find_program: Fix regression in finding an already-known pathBrad King2015-10-304-0/+14
* | Tests: Cover find_program when the environment duplicate some HINTSBrad King2015-09-155-0/+12
|/
* find_program: Optionally consider all names in each directoryBrad King2015-09-023-0/+8
* Tests: Add explicit testing for find_programBrad King2015-09-0213-0/+34