mirror of
https://github.com/isledecomp/isle-portable.git
synced 2026-02-03 12:31:15 +00:00
fix: update iniparser link in cmake
This commit is contained in:
parent
b71b0dfc3d
commit
9638e7a07c
@ -29,7 +29,7 @@ if(DOWNLOAD_DEPENDENCIES)
|
|||||||
|
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
iniparser
|
iniparser
|
||||||
GIT_REPOSITORY "https://github.com/ndevilla/iniparser.git"
|
GIT_REPOSITORY "https://gitlab.com/iniparser/iniparser.git"
|
||||||
GIT_TAG "main"
|
GIT_TAG "main"
|
||||||
EXCLUDE_FROM_ALL
|
EXCLUDE_FROM_ALL
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user