mirror of
https://github.com/86Box/86Box.git
synced 2025-01-23 09:42:47 -05:00
cmake: disable _s function warnings
This commit is contained in:
parent
261d345a3f
commit
0bf5001a8a
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue