Browse Source

🔨 CMake: simpleini: Use HTTP for downloading

This is much faster than using git.
LineClear
Gleb Mazovetskiy 5 years ago committed by Anders Jenbo
parent
commit
075e47efca
  1. 4
      3rdParty/simpleini/CMakeLists.txt

4
3rdParty/simpleini/CMakeLists.txt vendored

@ -2,8 +2,8 @@ include(FetchContent_MakeAvailableExcludeFromAll)
include(FetchContent) include(FetchContent)
FetchContent_Declare(simpleini FetchContent_Declare(simpleini
GIT_REPOSITORY https://github.com/brofield/simpleini.git URL https://github.com/brofield/simpleini/archive/7bca74f6535a37846162383e52071f380c99a43a.zip
GIT_TAG 7bca74f6535a37846162383e52071f380c99a43a URL_HASH MD5=af067f743dd5c7aac3212ca22da6f621
) )
FetchContent_MakeAvailableExcludeFromAll(simpleini) FetchContent_MakeAvailableExcludeFromAll(simpleini)

Loading…
Cancel
Save