Thanks Microsoft
All checks were successful
eden-license / license-header (pull_request) Successful in 31s
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:
parent
be061e0497
commit
790f718bbf
1 changed files with 6 additions and 4 deletions
|
@ -506,10 +506,12 @@ CPMAddPackage(
|
||||||
${CMAKE_SOURCE_DIR}/.ci/patch/0001-quazip-strict.patch
|
${CMAKE_SOURCE_DIR}/.ci/patch/0001-quazip-strict.patch
|
||||||
)
|
)
|
||||||
|
|
||||||
target_compile_options(QuaZip PRIVATE
|
if (NOT MSVC)
|
||||||
-Wno-error=shadow
|
target_compile_options(QuaZip PRIVATE
|
||||||
-Wno-error=missing-declarations
|
-Wno-error=shadow
|
||||||
)
|
-Wno-error=missing-declarations
|
||||||
|
)
|
||||||
|
endif()
|
||||||
|
|
||||||
target_link_libraries(yuzu PRIVATE QuaZip::QuaZip)
|
target_link_libraries(yuzu PRIVATE QuaZip::QuaZip)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue