summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/trace-expand.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmMakefile: Don't expand bracket arguments in --trace-expandRaul Tambre2021-01-111-0/+1
| | | | | | Bracket arguments are literal and shouldn't be expanded. Fixes #21671.
* cmake: add --trace-expand optionBen Boeckel2015-07-231-0/+0
The --trace option is helpful, but sometimes, what you're looking for is deep under many layers of function calls and figuring out what instance of the function call you're looking at is tedious to determine (usually involving patching and message()). Instead, add a --trace-expand option to trace while expanding commands into what CMake actually sees.