Browse Source

Bump libmpq

pull/6768/head
obligaron 2 years ago committed by Gleb Mazovetskiy
parent
commit
5864b0b09a
  1. 4
      3rdParty/libmpq/CMakeLists.txt

4
3rdParty/libmpq/CMakeLists.txt vendored

@ -10,8 +10,8 @@ include(functions/FetchContent_MakeAvailableExcludeFromAll)
include(FetchContent) include(FetchContent)
FetchContent_Declare(libmpq FetchContent_Declare(libmpq
URL https://github.com/diasurgical/libmpq/archive/fc2ec5c0a83106f971602dec06dcdbc50a8bd5d4.tar.gz URL https://github.com/diasurgical/libmpq/archive/7c2924d4553513eba1a70bbdb558198dd8c2726a.tar.gz
URL_HASH MD5=1b3964264015792387f71f3f2325661d URL_HASH MD5=315c88c02b45851cdfee8460322de044
) )
FetchContent_MakeAvailableExcludeFromAll(libmpq) FetchContent_MakeAvailableExcludeFromAll(libmpq)

Loading…
Cancel
Save