summary refs log tree commit diff
path: root/cmake
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-27 17:37:36 +0300
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-04-27 17:37:36 +0300
commitc03b4e230e81152d13e67a736152902fd967c694 (patch)
tree00f5298930fa58e1880be45e0cb93fba8d9434eb /cmake
parentFix clicking on room list suggestions (diff)
downloadnheko-c03b4e230e81152d13e67a736152902fd967c694.tar.xz
Update matrix-struct
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 cef00f61..134fdbd1 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 91bb2b85a75d664007ef81aeb500d35268425922
+  GIT_TAG e6ce4fee893d7db8c6e9ece366d8184e009f003c
 
   BUILD_IN_SOURCE 1
   SOURCE_DIR ${MATRIX_STRUCTS_ROOT}