diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-18 12:47:35 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-18 12:47:35 +0200 |
commit | 81d3bd8ce6d08c99793cb3a5d60b185701cd5e5c (patch) | |
tree | 2c7e852367f5b4dbb79ea0220c2de8e2e6cfb4e4 /cmake | |
parent | Update matrix-structs library (diff) | |
download | nheko-81d3bd8ce6d08c99793cb3a5d60b185701cd5e5c.tar.xz |
Remove redacted events from other users (#171)
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/MatrixStructs.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/MatrixStructs.cmake b/cmake/MatrixStructs.cmake index 4b1a3c12..9252f128 100644 --- a/cmake/MatrixStructs.cmake +++ b/cmake/MatrixStructs.cmake @@ -23,7 +23,7 @@ ExternalProject_Add( MatrixStructs GIT_REPOSITORY https://github.com/mujx/matrix-structs - GIT_TAG 701eb5b06c370c23bca35a957f5a208c2115b52f + GIT_TAG e503c4ff27cd8159c377d9a7d2e6e91698a5517b BUILD_IN_SOURCE 1 SOURCE_DIR ${MATRIX_STRUCTS_ROOT} |