mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
CMake: Hide warnings in Externals also for non-msvc.
This commit is contained in:
2
Externals/lz4/CMakeLists.txt
vendored
2
Externals/lz4/CMakeLists.txt
vendored
@ -8,6 +8,6 @@ set(LZ4_BUNDLED_MODE ON)
|
||||
|
||||
add_subdirectory(lz4/build/cmake)
|
||||
|
||||
dolphin_disable_warnings_msvc(lz4_static)
|
||||
dolphin_disable_warnings(lz4_static)
|
||||
add_library(LZ4::LZ4 ALIAS lz4_static)
|
||||
target_compile_definitions(lz4_static PRIVATE XXH_NAMESPACE=LZ4_)
|
||||
|
Reference in New Issue
Block a user