aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/QuotientConfig.cmake.in (renamed from cmake/QuotientConfig.cmake)5
1 files changed, 2 insertions, 3 deletions
diff --git a/cmake/QuotientConfig.cmake b/cmake/QuotientConfig.cmake.in
index 31ed4db6..798fa87a 100644
--- a/cmake/QuotientConfig.cmake
+++ b/cmake/QuotientConfig.cmake.in
@@ -1,6 +1,5 @@
include(CMakeFindDependencyMacro)
-if (Quotient_ENABLE_E2EE)
- find_dependency(QtOlm)
-endif()
+@FIND_DEPS@
+
include("${CMAKE_CURRENT_LIST_DIR}/QuotientTargets.cmake")