Only show all warnings and treat them as errors for the executable itself, not its dependencies.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
5dd22ccaf8
commit
f320159e50
@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.18)
|
|||||||
project(PokemonScriptTester)
|
project(PokemonScriptTester)
|
||||||
|
|
||||||
set(CMAKE_CXX_STANDARD 20)
|
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)
|
option(WINDOWS "Whether the build target is Windows or not." OFF)
|
||||||
set(STATICC TRUE)
|
set(STATICC TRUE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user