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

@ -18,7 +18,6 @@ include(../cmake/tools.cmake)
# ---- Dependencies ----
include(../cmake/CPM.cmake)
CPMUsePackageLock(package-lock.cmake)
CPMAddPackage("gh:onqtam/doctest#2.4.5")