CMake/Tests/RunCMake/find_program
Brad King 8ea7611bc3 find_program: Optionally consider all names in each directory
When more than one value is given to the NAMES option this command by
default will consider one name at a time and search every directory for
it.  Add a NAMES_PER_DIR option to tell this command to consider one
directory at a time and search for all names in it.
2015-09-02 10:17:22 -04:00
..
A Tests: Add explicit testing for find_program 2015-09-02 10:17:22 -04:00
B Tests: Add explicit testing for find_program 2015-09-02 10:17:22 -04:00
Win Tests: Add explicit testing for find_program 2015-09-02 10:17:22 -04:00
CMakeLists.txt Tests: Add explicit testing for find_program 2015-09-02 10:17:22 -04:00
DirsPerName-stdout.txt Tests: Add explicit testing for find_program 2015-09-02 10:17:22 -04:00
DirsPerName.cmake Tests: Add explicit testing for find_program 2015-09-02 10:17:22 -04:00
NamesPerDir-stdout.txt find_program: Optionally consider all names in each directory 2015-09-02 10:17:22 -04:00
NamesPerDir.cmake find_program: Optionally consider all names in each directory 2015-09-02 10:17:22 -04:00
RunCMakeTest.cmake find_program: Optionally consider all names in each directory 2015-09-02 10:17:22 -04:00
WindowsCom-stdout.txt Tests: Add explicit testing for find_program 2015-09-02 10:17:22 -04:00
WindowsCom.cmake Tests: Add explicit testing for find_program 2015-09-02 10:17:22 -04:00
WindowsExe-stdout.txt Tests: Add explicit testing for find_program 2015-09-02 10:17:22 -04:00
WindowsExe.cmake Tests: Add explicit testing for find_program 2015-09-02 10:17:22 -04:00