summaryrefslogtreecommitdiff
path: root/Source/Core
diff options
context:
space:
mode:
authorspycrab <spycrab@users.noreply.github.com>2019-05-09 00:18:14 +0200
committerspycrab <spycrab@users.noreply.github.com>2019-05-12 00:44:02 +0200
commitc8795f799eacfbc9de96da5b384e6ecaec8f0290 (patch)
tree5c926f40e8e8c8ba8d50f288d0dcb594f7e88040 /Source/Core
parent1121a04718ee4751a0c8c56fe40905246c273c4e (diff)
Core/CMake: Silence some warnings
Diffstat (limited to 'Source/Core')
-rw-r--r--Source/Core/Core/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/Core/CMakeLists.txt b/Source/Core/Core/CMakeLists.txt
index 4a9a0e7b74..7c2f06ff2b 100644
--- a/Source/Core/Core/CMakeLists.txt
+++ b/Source/Core/Core/CMakeLists.txt
@@ -343,6 +343,7 @@ if(WIN32)
setupapi.lib
iphlpapi.lib
)
+ target_compile_definitions(core PRIVATE "-D_WINSOCK_DEPRECATED_NO_WARNINGS")
elseif(APPLE)
target_sources(core PRIVATE
HW/EXI/BBA-TAP/TAP_Apple.cpp