summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CommandLine/C_buildsrcdir.cmake
Commit message (Collapse)AuthorAgeFilesLines
* cmake: Pass -S and -B into PreLoad.cmake and -C scriptsPeter Waller2019-08-271-0/+0
Before this, it was not possible to see what the source or build directories were set to on the command line. Fixes: #19619