[Cmake-commits] [cmake-commits] king committed FortranCInterface.cmake 1.18 1.19

cmake-commits at cmake.org cmake-commits at cmake.org
Tue Sep 1 08:52:47 EDT 2009


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv9315/Modules

Modified Files:
	FortranCInterface.cmake 
Log Message:
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.


Index: FortranCInterface.cmake
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/FortranCInterface.cmake,v
retrieving revision 1.18
retrieving revision 1.19
diff -C 2 -d -r1.18 -r1.19
*** FortranCInterface.cmake	24 Aug 2009 12:49:25 -0000	1.18
--- FortranCInterface.cmake	1 Sep 2009 12:52:43 -0000	1.19
***************
*** 231,234 ****
--- 231,235 ----
        VerifyFortranC
        CMAKE_FLAGS -DVERIFY_CXX=${verify_cxx}
+                   -DCMAKE_VERBOSE_MAKEFILE=ON
        OUTPUT_VARIABLE _output)
      file(WRITE "${FortranCInterface_BINARY_DIR}/Verify${lang}/output.txt" "${_output}")



More information about the Cmake-commits mailing list