🚧 typo
This commit is contained in:
parent
29e72e32ac
commit
e116b6ccdf
|
@ -1,5 +1,5 @@
|
||||||
function(set_project_warnings project_name)
|
function(set_project_warnings project_name)
|
||||||
option(WARNINGS_AS_ERROR "Treat compiler warnings as error" ON)
|
option(WARNINGS_AS_ERRORS "Treat compiler warnings as error" ON)
|
||||||
|
|
||||||
set(MSVC_WARNINGS
|
set(MSVC_WARNINGS
|
||||||
/W4 # Base
|
/W4 # Base
|
||||||
|
|
Loading…
Reference in New Issue