diff --git a/3rdParty/simpleini/CMakeLists.txt b/3rdParty/simpleini/CMakeLists.txt index 705bf1f38..e32fcf74d 100644 --- a/3rdParty/simpleini/CMakeLists.txt +++ b/3rdParty/simpleini/CMakeLists.txt @@ -2,8 +2,8 @@ include(functions/FetchContent_MakeAvailableExcludeFromAll) include(FetchContent) FetchContent_Declare(simpleini - URL https://github.com/brofield/simpleini/archive/9b3ed7ec815997bc8c5b9edf140d6bde653e1458.tar.gz - URL_HASH MD5=96d91f2a7f65c8a22a770e7498be1d3d + URL https://github.com/brofield/simpleini/archive/56499b5af5d2195c6acfc58c4630b70e0c9c4c21.tar.gz + URL_HASH MD5=02a561cea03ea11acb65848318ec4a81 ) FetchContent_MakeAvailableExcludeFromAll(simpleini)