summaryrefslogtreecommitdiffstats
path: root/cmake
diff options
context:
space:
mode:
authorKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-18 11:05:39 +0200
committerKonstantinos Sideris <sideris.konstantin@gmail.com>2018-03-18 11:05:39 +0200
commit49270d10b410c0ed32e2d4cb535cd9c6f577abe1 (patch)
tree4c4a06620f0e061559c12f8a9118bcc9b5c495e3 /cmake
parent97e6fc6af326e24fd88963eebce964bbedfec036 (diff)
Update matrix-structs library
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 61cf619e..4b1a3c12 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 850100c0ac2b5a04720b2a1f09270749bf99f7dd
+ GIT_TAG 701eb5b06c370c23bca35a957f5a208c2115b52f
BUILD_IN_SOURCE 1
SOURCE_DIR ${MATRIX_STRUCTS_ROOT}