summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/NoCopyFileError.cmake
Commit message (Collapse)AuthorAgeFilesLines
* try_compile: Add COPY_FILE_ERROR option to capture failureBrad King2013-07-151-0/+2
When the COPY_FILE operation fails optionally capture the error message with a COPY_FILE_ERROR option instead of reporting the error immediately. This gives callers a chance to do something else or report the error. Teach the RunCMake.try_compile test to cover bad argument combinations involving COPY_FILE_ERROR. Teach the TryCompile test to cover the case of a COPY_FILE error message captured by COPY_FILE_ERROR.