mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-28 01:49:33 -06:00
CMake: Hide warnings in Externals also for non-msvc.
This commit is contained in:
4
Externals/SDL/CMakeLists.txt
vendored
4
Externals/SDL/CMakeLists.txt
vendored
@ -10,8 +10,8 @@ set(SDL_TEST_ENABLED_BY_DEFAULT OFF)
|
||||
set(OPT_DEF_LIBC ON)
|
||||
add_subdirectory(SDL)
|
||||
if (TARGET SDL2)
|
||||
dolphin_disable_warnings_msvc(SDL2)
|
||||
dolphin_disable_warnings(SDL2)
|
||||
endif()
|
||||
if (TARGET SDL2-static)
|
||||
dolphin_disable_warnings_msvc(SDL2-static)
|
||||
dolphin_disable_warnings(SDL2-static)
|
||||
endif()
|
||||
|
Reference in New Issue
Block a user