mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-01 19:30:13 -06:00
Extend the genex added by commit ca6ba3fee5 (Genex: Add a SHELL_PATH
expression, 2015-09-24, v3.4.0-rc1~37^2) to accept a `;`-list of paths,
convert them all, and generate a list separated by the native shell
`PATH``` separator.
6 lines
153 B
ReStructuredText
6 lines
153 B
ReStructuredText
shell_path
|
|
----------
|
|
|
|
* The ``$<SHELL_PATH:...>`` :manual:`generator expression
|
|
<cmake-generator-expressions(7)>` gained support for a list of paths.
|