mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Update to newer mtxclient to allow optional static linking
This commit is contained in:
parent
b8b48a2f3d
commit
a17a5550f8
2 changed files with 3 additions and 2 deletions
4
deps/CMakeLists.txt
vendored
4
deps/CMakeLists.txt
vendored
|
@ -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
|
||||
|
|
1
deps/cmake/MatrixClient.cmake
vendored
1
deps/cmake/MatrixClient.cmake
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue