From 9638e7a07c94a902ace465c6b67985f57d331566 Mon Sep 17 00:00:00 2001 From: OtterDev Date: Fri, 9 May 2025 15:52:18 +0000 Subject: [PATCH] fix: update iniparser link in cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a337e63..0ccb032c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ if(DOWNLOAD_DEPENDENCIES) FetchContent_Declare( iniparser - GIT_REPOSITORY "https://github.com/ndevilla/iniparser.git" + GIT_REPOSITORY "https://gitlab.com/iniparser/iniparser.git" GIT_TAG "main" EXCLUDE_FROM_ALL )