cpm source caceh & proper uri
Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
parent
ae6c41ad47
commit
23890f9c02
1 changed files with 4 additions and 2 deletions
|
@ -498,8 +498,10 @@ endif()
|
||||||
set(BUILD_SHARED_LIBS OFF)
|
set(BUILD_SHARED_LIBS OFF)
|
||||||
|
|
||||||
include(CPM)
|
include(CPM)
|
||||||
CPMAddPackage("gh:stachenov/quazip@1.5"
|
set(CPM_SOURCE_CACHE ${CMAKE_SOURCE_DIR}/.cache/cpm)
|
||||||
NAME QuaZip
|
|
||||||
|
CPMAddPackage(
|
||||||
|
URI "gh:stachenov/quazip@1.5"
|
||||||
PATCHES
|
PATCHES
|
||||||
${CMAKE_SOURCE_DIR}/.ci/patch/0001-quazip-strict.patch
|
${CMAKE_SOURCE_DIR}/.ci/patch/0001-quazip-strict.patch
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue