From 78160cee6e38feb651478dbe859a491a807b9dbc Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 1 Sep 2009 08:52:43 -0400 Subject: [PATCH] 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. --- Modules/FortranCInterface.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/FortranCInterface.cmake b/Modules/FortranCInterface.cmake index 3980c566c..10685b2df 100644 --- a/Modules/FortranCInterface.cmake +++ b/Modules/FortranCInterface.cmake @@ -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}")