From: Martin Quinson Date: Fri, 17 Nov 2017 23:45:51 +0000 (+0100) Subject: improve error message X-Git-Tag: v3.18~278 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/fd97da8544764994319003c7833c00a85ed16489 improve error message I got trolled by the Red Hat engineers @SC17 because of that stupid mistake :) --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b9310599e..58b548b592 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -40,7 +40,7 @@ if(COMPILER_SUPPORTS_CXX11) else() message(FATAL_ERROR "The compiler ${CMAKE_CXX_COMPILER} (v${CMAKE_CXX_COMPILER_VERSION}) has no C++11 support. " - "Please use a decent C++ compiler.") + "Please install a decent C++ compiler (remove CMakeCache.txt once it's installed).") endif() ### And we need C11 standard, too