summary refs log tree commit diff
path: root/cmake
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-21 09:06:10 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-05-21 09:06:10 +0300
commit03c5f795432962f13155a5a3fe539d39c08da62a (patch)
tree0a121729b4b6c71feae1b18b1ace9f25e5e7832a /cmake
parentRetrieve the current room state from cache when the edit modal opens (diff)
downloadnheko-03c5f795432962f13155a5a3fe539d39c08da62a.tar.xz
Use std::string for the "creator" key in m.room.member
Diffstat (limited to 'cmake')
-rw-r--r--cmake/MatrixStructs.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/MatrixStructs.cmake b/cmake/MatrixStructs.cmake

index b010ad20..af694c0f 100644 --- a/cmake/MatrixStructs.cmake +++ b/cmake/MatrixStructs.cmake
@@ -21,7 +21,7 @@ ExternalProject_Add( MatrixStructs GIT_REPOSITORY https://github.com/mujx/matrix-structs - GIT_TAG ddba5a597be4bafd20e1dd37e5e7b7dc798b0997 + GIT_TAG 5e57c2385a79b6629d1998fec4a7c0baee23555e BUILD_IN_SOURCE 1 SOURCE_DIR ${MATRIX_STRUCTS_ROOT}