summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/GeneratorExpression/BadSHELL_PATH-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Genex: Teach SHELL_PATH to support a list of pathsHenri Manson2019-03-111-0/+9
| | | | | | | 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.
* Genex: Add a SHELL_PATH expressionStefan Kislinskiy2015-09-281-0/+17
Some commands on Windows do not understand forward slash paths and require backslashes. In order to help projects generate shell invocations of such commands, provide a generator expression to convert paths to the shell-preferred path format for the current generator. This will allow custom commands to generate paths the same way CMake does for compiler command invocations.