summary refs log tree commit diff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2020-01-25 19:41:52 +0100
committerNicolas Werner <nicolas.werner@hotmail.de>2020-01-26 16:38:31 +0100
commitf2557a2f14d00c1ec22954356aeddccbd10fa1c4 (patch)
tree53246dc88a411b9c72e2a57c3b200a500ec515ee /CMakeLists.txt
parentBump cmark version in fetch to fix linker issue on windows (diff)
downloadnheko-f2557a2f14d00c1ec22954356aeddccbd10fa1c4.tar.xz
Disable olm tests
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
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