From ca408b1ebcb16d1808787ad515685c2a515b34ef Mon Sep 17 00:00:00 2001 From: Gleb Mazovetskiy Date: Fri, 15 Jul 2022 11:53:59 +0100 Subject: [PATCH] Bump simpleini Includes https://github.com/brofield/simpleini/commit/56499b5af5d2195c6acfc58c4630b70e0c9c4c21 which fixes a warning --- 3rdParty/simpleini/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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)