From fd97da8544764994319003c7833c00a85ed16489 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Sat, 18 Nov 2017 00:45:51 +0100 Subject: [PATCH] improve error message I got trolled by the Red Hat engineers @SC17 because of that stupid mistake :) --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.20.1