From 05d2051c445dda5844d27a7c340e1aa8d4b2901f Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Fri, 30 Oct 2020 10:28:11 +0100 Subject: Clean up CMakeLists.txt --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 3d9e9915..e756c578 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,8 +43,8 @@ if((CMAKE_CXX_COMPILER_ID STREQUAL "Clang" AND CMAKE_CXX_COMPILER_VERSION VERSIO "The compiler you are using is rather old.\n" "If anything goes wrong you might be better off with one listed here:" " https://ccache.dev/platform-compiler-language-support.html") - - # Warnings of those old compilers are probably useless anyway. + + # Warnings from old compilers are probably useless anyway. option(WARNINGS_AS_ERRORS "Treat compiler warnings as errors" FALSE) endif() -- cgit v1.2.1