diff --git a/3rdParty/simpleini/CMakeLists.txt b/3rdParty/simpleini/CMakeLists.txt index e857fa21d..a0655d67f 100644 --- a/3rdParty/simpleini/CMakeLists.txt +++ b/3rdParty/simpleini/CMakeLists.txt @@ -2,8 +2,8 @@ include(FetchContent_MakeAvailableExcludeFromAll) include(FetchContent) FetchContent_Declare(simpleini - GIT_REPOSITORY https://github.com/brofield/simpleini.git - GIT_TAG 7bca74f6535a37846162383e52071f380c99a43a + URL https://github.com/brofield/simpleini/archive/7bca74f6535a37846162383e52071f380c99a43a.zip + URL_HASH MD5=af067f743dd5c7aac3212ca22da6f621 ) FetchContent_MakeAvailableExcludeFromAll(simpleini)