Only show all warnings and treat them as errors for the executable itself, not its dependencies.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Deukhoofd 2021-08-29 12:00:47 +02:00
parent 5dd22ccaf8
commit f320159e50
Signed by: Deukhoofd
GPG Key ID: F63E044490819F6F
1 changed files with 0 additions and 2 deletions

View File

@ -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)