summary refs log tree commit diff
path: root/cmake
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-18 12:47:35 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-18 12:47:35 +0200
commit81d3bd8ce6d08c99793cb3a5d60b185701cd5e5c (patch)
tree2c7e852367f5b4dbb79ea0220c2de8e2e6cfb4e4 /cmake
parentUpdate matrix-structs library (diff)
downloadnheko-81d3bd8ce6d08c99793cb3a5d60b185701cd5e5c.tar.xz
Remove redacted events from other users (#171)
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 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}