1
0
Эх сурвалжийг харах

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.
Brad King 16 жил өмнө
parent
commit
78160cee6e

+ 1 - 0
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}")