diff options
author | Brad King <brad.king@kitware.com> | 2013-07-09 19:26:15 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2013-07-15 13:16:36 (GMT) |
commit | c28715b16c7a71cd8ea0416277cc87ee9bc8eaa1 (patch) | |
tree | 5ac7556cea734d652fd2499d1c0323fc9419d5e3 /Tests/RunCMake/try_compile/NoCopyFileError-result.txt | |
parent | 448a67714825a6d3018a6974153de6771080a8e6 (diff) | |
download | CMake-c28715b16c7a71cd8ea0416277cc87ee9bc8eaa1.zip CMake-c28715b16c7a71cd8ea0416277cc87ee9bc8eaa1.tar.gz CMake-c28715b16c7a71cd8ea0416277cc87ee9bc8eaa1.tar.bz2 |
try_compile: Add COPY_FILE_ERROR option to capture failure
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.
Diffstat (limited to 'Tests/RunCMake/try_compile/NoCopyFileError-result.txt')
-rw-r--r-- | Tests/RunCMake/try_compile/NoCopyFileError-result.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Tests/RunCMake/try_compile/NoCopyFileError-result.txt b/Tests/RunCMake/try_compile/NoCopyFileError-result.txt new file mode 100644 index 0000000..d00491f --- /dev/null +++ b/Tests/RunCMake/try_compile/NoCopyFileError-result.txt @@ -0,0 +1 @@ +1 |