From 16ffca24e940c50b9d76721a20d13539bbc917e7 Mon Sep 17 00:00:00 2001 From: Chris Hogan Date: Tue, 22 Mar 2022 13:04:06 -0500 Subject: [PATCH] Control default warnings in CI instead of forcing them on everyone --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a5fdbd22d..8f4232035 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -121,11 +121,6 @@ if(NOT "${CMAKE_CXX_STANDARD}") set(CMAKE_CXX_EXTENSIONS OFF) endif() -if(NOT CMAKE_CXX_FLAGS) - set (CMAKE_CXX_FLAGS "-Wall -Wextra -Werror ${CMAKE_CXX_FLAGS}") - message (STATUS "Warnings Configuration: default: ${CMAKE_CXX_FLAGS}") -endif() - #----------------------------------------------------------------------------- # Targets built within this project are exported at Install time for use # by other projects.