mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 09:39:46 -06:00
CMake: Hide warnings in Externals also for non-msvc.
This commit is contained in:
2
Externals/zlib-ng/CMakeLists.txt
vendored
2
Externals/zlib-ng/CMakeLists.txt
vendored
@ -12,4 +12,4 @@ set(ZLIB_LIBRARY ZLIB::ZLIB CACHE STRING "Path to zlib library")
|
||||
|
||||
# Setup zlib alias project so FindZLIB doesn't recreate it
|
||||
add_library(ZLIB::ZLIB ALIAS zlib)
|
||||
dolphin_disable_warnings_msvc(zlib)
|
||||
dolphin_disable_warnings(zlib)
|
||||
|
Reference in New Issue
Block a user