Fix ambiguous namespace on gcc7

This commit is contained in:
Nicolas Werner 2020-10-27 22:16:59 +01:00
parent e939a6b396
commit 2bac6d6c75
2 changed files with 2 additions and 2 deletions

View File

@ -340,7 +340,7 @@ if(USE_BUNDLED_MTXCLIENT)
FetchContent_Declare( FetchContent_Declare(
MatrixClient MatrixClient
GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git GIT_REPOSITORY https://github.com/Nheko-Reborn/mtxclient.git
GIT_TAG ba5af13e5378915ff99a2db6ccfb0e9ab9eba70a GIT_TAG ed6315563409ce9d47978ff2a2d771b863e375c5
) )
FetchContent_MakeAvailable(MatrixClient) FetchContent_MakeAvailable(MatrixClient)
else() else()

View File

@ -146,7 +146,7 @@
"name": "mtxclient", "name": "mtxclient",
"sources": [ "sources": [
{ {
"commit": "5af13e5378915ff99a2db6ccfb0e9ab9eba70a", "commit": "ed6315563409ce9d47978ff2a2d771b863e375c5",
"type": "git", "type": "git",
"url": "https://github.com/Nheko-Reborn/mtxclient.git" "url": "https://github.com/Nheko-Reborn/mtxclient.git"
} }