Update to newer mtxclient to allow optional static linking

This commit is contained in:
Joseph Donofry 2019-05-12 23:23:47 -04:00
parent b8b48a2f3d
commit a17a5550f8
No known key found for this signature in database
GPG Key ID: E8A1D78EF044B0CB
2 changed files with 3 additions and 2 deletions

4
deps/CMakeLists.txt vendored
View File

@ -45,9 +45,9 @@ set(BOOST_SHA256
set(
MTXCLIENT_URL
https://github.com/Nheko-Reborn/mtxclient/archive/3edf66b9854b496f9fe992660b0d3d66fd8af594.tar.gz)
https://github.com/Nheko-Reborn/mtxclient/archive/d5cc703848b44c1a9c543dc01355b7881f66ea81.tar.gz)
set(MTXCLIENT_HASH
00ce1669fda6362181e887d4a71e69b214b8431c5a2dba054a8095449348718b)
c56b0cfbe15157b96d429dd56dd88b7f6e33a06f670815336c6dd2aade8d54fc)
set(
TWEENY_URL
https://github.com/mobius3/tweeny/archive/b94ce07cfb02a0eb8ac8aaf66137dabdaea857cf.tar.gz

View File

@ -28,6 +28,7 @@ ExternalProject_Add(
-DBUILD_LIB_EXAMPLES=OFF
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
${BOOST_BUNDLE_ROOT}
-DMTX_STATIC=${MTX_STATIC}
${PLATFORM_FLAGS}
${DEPS_BUILD_DIR}/mtxclient
BUILD_COMMAND