Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Print output when prog_AC_CHECK_MCSC.c fails to compile.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 7 Apr 2014 11:14:15 +0000 (13:14 +0200)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 7 Apr 2014 11:14:15 +0000 (13:14 +0200)
buildtools/Cmake/CompleteInFiles.cmake

index 4ff2f7e..96594e2 100644 (file)
@@ -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*")