CMake/Tests/RunCMake/Configure
Brad King 4dc4018553 Teach compiler ABI check to tolerate try_compile COPY_FILE failure
In CMakeDetermineCompilerABI we use try_compile with the COPY_FILE
option to get a copy of the compiled binary used to detect the ABI
information.  We already tolerate the case when compilation fails.
However, when compilation appears to succeed but does not produce the
expected executable the try_compile command immediately reports an error
because the COPY_FILE fails.

Tolerate COPY_FILE failure without stopping the overall configuration
process by using the try_compile COPY_FILE_ERROR option to capture the
error message.  Log the full error to CMakeError.log and simply report
failure to detect the ABI as if compilation had failed.

Teach the RunCMake.Configure test to cover this case and verify that the
messages show up as expected both in stdout and in CMakeError.log.
2013-07-17 15:40:44 -04:00
..
CMakeLists.txt cmake: On configure error suggest looking at CMake*.log files 2013-07-09 15:00:39 -04:00
ErrorLogs-result.txt cmake: On configure error suggest looking at CMake*.log files 2013-07-09 15:00:39 -04:00
ErrorLogs-stderr.txt cmake: On configure error suggest looking at CMake*.log files 2013-07-09 15:00:39 -04:00
ErrorLogs-stdout.txt cmake: On configure error suggest looking at CMake*.log files 2013-07-09 15:00:39 -04:00
ErrorLogs.cmake cmake: On configure error suggest looking at CMake*.log files 2013-07-09 15:00:39 -04:00
FailCopyFileABI-check.cmake Teach compiler ABI check to tolerate try_compile COPY_FILE failure 2013-07-17 15:40:44 -04:00
FailCopyFileABI-override.cmake Teach compiler ABI check to tolerate try_compile COPY_FILE failure 2013-07-17 15:40:44 -04:00
FailCopyFileABI-stdout.txt Teach compiler ABI check to tolerate try_compile COPY_FILE failure 2013-07-17 15:40:44 -04:00
FailCopyFileABI.cmake Teach compiler ABI check to tolerate try_compile COPY_FILE failure 2013-07-17 15:40:44 -04:00
RunCMakeTest.cmake Teach compiler ABI check to tolerate try_compile COPY_FILE failure 2013-07-17 15:40:44 -04:00