From: Arnaud Giersch Date: Mon, 7 Apr 2014 11:14:15 +0000 (+0200) Subject: Print output when prog_AC_CHECK_MCSC.c fails to compile. X-Git-Tag: v3_11~141 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/310ca943e59c310e0e3a5241798f6619cdf6d78f?hp=f300f1885bc90a899e6864159d301a28a0f6b8ba Print output when prog_AC_CHECK_MCSC.c fails to compile. --- diff --git a/buildtools/Cmake/CompleteInFiles.cmake b/buildtools/Cmake/CompleteInFiles.cmake index 4ff2f7e72f..96594e2652 100644 --- a/buildtools/Cmake/CompleteInFiles.cmake +++ b/buildtools/Cmake/CompleteInFiles.cmake @@ -454,7 +454,7 @@ ELSE() WORKING_DIRECTORY ${CMAKE_BINARY_DIR}/ OUTPUT_VARIABLE var_compil) else() - message(STATUS "prog_AC_CHECK_MCSC.c is not compilable") + message(STATUS "prog_AC_CHECK_MCSC.c is not compilable:\n${COMPILE_mcsc_VAR}") endif() file(REMOVE "${CMAKE_BINARY_DIR}/testprog*")