summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/ExternalProject/SourceEmpty-stderr.txt
Commit message (Collapse)AuthorAgeFilesLines
* ExternalProject: Improve documentationCraig Scott2017-07-171-2/+2
| | | | | | | | | | | - Added clearer structure by grouping the options into logical sections. - Expanded the details for many of the options. - Added Examples section to show how to use the various commands. - Specifically highlighted that the contents of SOURCE_DIR may be lost if a download method is also provided. - Updated argument-matching regex to be more robust and account for the varying leading spaces before keywords in the docs. - Updated tests to account for slightly changed error messages.
* ExternalProject: Improve error when SOURCE_DIR is missing (#15560)Brad King2015-05-081-0/+18
Mention the SOURCE_DIR that we checked and found empty or missing so that the user can see the full path to what we expected to find.