diff options
author | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-25 19:41:52 +0100 |
---|---|---|
committer | Nicolas Werner <nicolas.werner@hotmail.de> | 2020-01-26 16:38:31 +0100 |
commit | f2557a2f14d00c1ec22954356aeddccbd10fa1c4 (patch) | |
tree | 53246dc88a411b9c72e2a57c3b200a500ec515ee /CMakeLists.txt | |
parent | Bump cmark version in fetch to fix linker issue on windows (diff) | |
download | nheko-f2557a2f14d00c1ec22954356aeddccbd10fa1c4.tar.xz |
Disable olm tests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index c45a36bd..ad9cbdea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -315,6 +315,7 @@ else() endif() if(USE_BUNDLED_OLM) include(FetchContent) + set(OLM_TESTS OFF CACHE INTERNAL "") FetchContent_Declare( Olm GIT_REPOSITORY https://gitlab.matrix.org/matrix-org/olm.git |