Browse Source

Thanks Microsoft

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/52/head
crueter 8 months ago
parent
commit
790f718bbf
No known key found for this signature in database GPG Key ID: 425ACD2D4830EBC6
  1. 10
      src/yuzu/CMakeLists.txt

10
src/yuzu/CMakeLists.txt

@ -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)

Loading…
Cancel
Save