Skip to content
Snippets Groups Projects
Commit 59f3e90b authored by deuce's avatar deuce
Browse files

Suppress all the deprecation warnings. MSFT doesn't know from POSIX.

parent 04a6ceea
Branches
Tags
No related merge requests found
......@@ -9,6 +9,10 @@ if(NOT PROJECTS)
endif()
endif()
if(MSVC)
set_property(DIRECTORY APPEND PROPERTY COMPILE_OPTIONS /wd4996)
endif()
list(FIND PROJECTS SBBS3 BUILD_SBBS3)
if(BUILD_SBBS3 GREATER -1)
if(NOT XPDEV_ADDED)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment