mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 11:45:47 +00:00
[cmake] Patch QuaZip for windows fix (#60)
Signed-off-by: crueter <crueter@eden-emu.dev> Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/60
This commit is contained in:
parent
2be7df287a
commit
be59b4f15f
2 changed files with 14 additions and 0 deletions
|
@ -505,6 +505,7 @@ CPMAddPackage(
|
|||
URI "gh:stachenov/quazip@1.5"
|
||||
PATCHES
|
||||
${CMAKE_SOURCE_DIR}/.ci/patch/0001-quazip-strict.patch
|
||||
${CMAKE_SOURCE_DIR}/.ci/patch/0002-quazip-fetchcontent.patch
|
||||
)
|
||||
|
||||
if (NOT MSVC)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue