diff options
| author | spycrab <spycrab@users.noreply.github.com> | 2019-05-09 00:18:14 +0200 |
|---|---|---|
| committer | spycrab <spycrab@users.noreply.github.com> | 2019-05-12 00:44:02 +0200 |
| commit | c8795f799eacfbc9de96da5b384e6ecaec8f0290 (patch) | |
| tree | 5c926f40e8e8c8ba8d50f288d0dcb594f7e88040 /Source/Core | |
| parent | 1121a04718ee4751a0c8c56fe40905246c273c4e (diff) | |
Core/CMake: Silence some warnings
Diffstat (limited to 'Source/Core')
| -rw-r--r-- | Source/Core/Core/CMakeLists.txt | 1 |
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 |
