summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/string/ConcatNoArgs-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* Testing: Update hard-coded line numbers to [0-9]+ in some testsKyle Edwards2018-10-101-1/+1
|
* string: Add CONCAT sub-commandBrad King2013-10-211-0/+4
Add a string(CONCAT) command to simply concatenate input arguments together. This will be useful for combining strings from different quoting syntaxes. Add a RunCMake.string test covering these cases.