diff options
author | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-18 11:05:39 +0200 |
---|---|---|
committer | Konstantinos Sideris <sideris.konstantin@gmail.com> | 2018-03-18 11:05:39 +0200 |
commit | 49270d10b410c0ed32e2d4cb535cd9c6f577abe1 (patch) | |
tree | 4c4a06620f0e061559c12f8a9118bcc9b5c495e3 /cmake | |
parent | Update readme (diff) | |
download | nheko-49270d10b410c0ed32e2d4cb535cd9c6f577abe1.tar.xz |
Update matrix-structs library
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 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} |