mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-15 23:08:51 +00:00
cmake: ignore external warnings in MSVC
Since we also treat all warnings as errors, we need to ignore these to successfully build.
This commit is contained in:
parent
987f270083
commit
2348017ee8
2 changed files with 5 additions and 4 deletions
|
@ -382,9 +382,6 @@ if (WIN32)
|
|||
endif()
|
||||
|
||||
if (MSVC)
|
||||
# Don't propogate warnings in qt headers to Dolphin
|
||||
target_compile_options(dolphin-emu PRIVATE /experimental:external)
|
||||
target_compile_options(dolphin-emu PRIVATE /external:W0)
|
||||
set(qtGui "")
|
||||
set(qtGuiPriv "")
|
||||
set(qtWidgetsPriv "")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue