]> git.armaanb.net Git - gen-shell.git/blobdiff - src/libshared/cmake/CXXSniffer.cmake
about as detasked as it will be
[gen-shell.git] / src / libshared / cmake / CXXSniffer.cmake
index 96062263b3240e6f070c961faf409daf39dfa2f6..cf6482a0192ce4df8be6eb039a4bf7e122f91c3b 100644 (file)
@@ -17,7 +17,7 @@ elseif (_HAS_GNU0X)
   message (WARNING "Enabling -std=gnu++0x draft compile flag. Your compiler does not support the standard '-std=c++11' option. Consider upgrading.")
   set (_CXX11_FLAGS "-std=gnu++0x")
 else (_HAS_CXX11)
- message (FATAL_ERROR "C++11 support missing. Try upgrading your C++ compiler. If you have a good reason for using an outdated compiler, please let us know at support@taskwarrior.org.")
+ message (FATAL_ERROR "C++11 support missing. Try upgrading your C++ compiler.")
 endif (_HAS_CXX11)
 
 if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")