Make FortranCInterface_VERIFY verbose on failure

We enable verbose build output in the try_compile of the simple project.
This makes valuable information available in the case of failure.
This commit is contained in:
Brad King 2009-09-01 08:52:43 -04:00
parent 1d772a2b4f
commit 78160cee6e
1 changed files with 1 additions and 0 deletions

View File

@ -230,6 +230,7 @@ function(FortranCInterface_VERIFY)
${FortranCInterface_SOURCE_DIR}/Verify
VerifyFortranC
CMAKE_FLAGS -DVERIFY_CXX=${verify_cxx}
-DCMAKE_VERBOSE_MAKEFILE=ON
OUTPUT_VARIABLE _output)
file(WRITE "${FortranCInterface_BINARY_DIR}/Verify${lang}/output.txt" "${_output}")