Browse Source

Bump simpleini

Includes
56499b5af5
which fixes a warning
pull/5003/head
Gleb Mazovetskiy 4 years ago committed by Anders Jenbo
parent
commit
ca408b1ebc
  1. 4
      3rdParty/simpleini/CMakeLists.txt

4
3rdParty/simpleini/CMakeLists.txt vendored

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

Loading…
Cancel
Save