1
0
Fork 0
mirror of https://github.com/TheLartians/ModernCppStarter.git synced 2025-09-05 16:31:01 +02:00

use WarningsAsErrors by default while build

This commit is contained in:
ClausKlein 2021-03-04 17:59:31 +01:00
parent f222eb3ce1
commit 46d2235289
6 changed files with 20 additions and 8 deletions

View file

@ -9,7 +9,6 @@ include(../cmake/tools.cmake)
# ---- Dependencies ----
include(../cmake/CPM.cmake)
CPMUsePackageLock(package-lock.cmake)
option(CXXOPTS_BUILD_TESTS "Not needed!" OFF)
CPMAddPackage("gh:jarro2783/cxxopts@2.2.0")