From f320159e50c406ffd4e5c20cf10ec09fffcbb177 Mon Sep 17 00:00:00 2001 From: Deukhoofd Date: Sun, 29 Aug 2021 12:00:47 +0200 Subject: [PATCH] Only show all warnings and treat them as errors for the executable itself, not its dependencies. --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1810749..33efbce 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.18) project(PokemonScriptTester) set(CMAKE_CXX_STANDARD 20) -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Werror") - option(WINDOWS "Whether the build target is Windows or not." OFF) set(STATICC TRUE)