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:
parent
f222eb3ce1
commit
46d2235289
6 changed files with 20 additions and 8 deletions
|
@ -5,8 +5,6 @@ project(GreeterDocs)
|
|||
# ---- Dependencies ----
|
||||
|
||||
include(../cmake/CPM.cmake)
|
||||
CPMUsePackageLock(package-lock.cmake)
|
||||
|
||||
include(../cmake/options.cmake)
|
||||
|
||||
CPMAddPackage(NAME Greeter SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR}/..)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue