Thanks Microsoft
All checks were successful
eden-license / license-header (pull_request) Successful in 31s

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter 2025-07-12 22:38:23 -04:00
parent be061e0497
commit 790f718bbf
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6

View file

@ -506,10 +506,12 @@ CPMAddPackage(
${CMAKE_SOURCE_DIR}/.ci/patch/0001-quazip-strict.patch
)
target_compile_options(QuaZip PRIVATE
-Wno-error=shadow
-Wno-error=missing-declarations
)
if (NOT MSVC)
target_compile_options(QuaZip PRIVATE
-Wno-error=shadow
-Wno-error=missing-declarations
)
endif()
target_link_libraries(yuzu PRIVATE QuaZip::QuaZip)