mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-03 05:08:47 -06:00
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.
This commit is contained in:
6
Help/release/dev/find_program-NAMES_PER_DIR.rst
Normal file
6
Help/release/dev/find_program-NAMES_PER_DIR.rst
Normal file
@@ -0,0 +1,6 @@
|
||||
find_program-NAMES_PER_DIR
|
||||
--------------------------
|
||||
|
||||
* The :command:`find_program` command learned a ``NAMES_PER_DIR``
|
||||
option to consdier all given ``NAMES`` in each directory before
|
||||
moving on to the next directory.
|
||||
Reference in New Issue
Block a user