aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cmake/QuotientConfig.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmake/QuotientConfig.cmake b/cmake/QuotientConfig.cmake
index 6b842f60..c11d5e79 100644
--- a/cmake/QuotientConfig.cmake
+++ b/cmake/QuotientConfig.cmake
@@ -1,4 +1,6 @@
include(CMakeFindDependencyMacro)
-find_dependency(QtOlm)
+if (Quotient_E2EE_ENABLED)
+ find_dependency(QtOlm)
+endif()
include("${CMAKE_CURRENT_LIST_DIR}/QuotientTargets.cmake")