cmake: disable _s function warnings

This commit is contained in:
David Hrdlička 2021-03-15 00:51:29 +01:00
parent 261d345a3f
commit 0bf5001a8a

View file

@ -33,6 +33,7 @@ include(CPack)
include(CMakeDependentOption)
add_compile_definitions(CMAKE)
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
option(RELEASE "Release build" OFF)
option(USB "USB support" OFF)