fix: update iniparser link in cmake

This commit is contained in:
OtterDev 2025-05-09 15:52:18 +00:00
parent b71b0dfc3d
commit 9638e7a07c

View File

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