aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-03-29 11:48:04 +0200
committerGitHub <noreply@github.com>2020-03-29 11:48:04 +0200
commitc2493836c3b0f706e03ce71769761890d1314d7e (patch)
treea7c58aa2fbc660e4aa97f0e37f736827fec714e5 /cmake
parentcb09112c5b88f391019c05368ff6e8998722ba3c (diff)
parent6f8f373efd5ae6909a481d17e6b20bca885ccd48 (diff)
downloadlibquotient-c2493836c3b0f706e03ce71769761890d1314d7e.tar.gz
libquotient-c2493836c3b0f706e03ce71769761890d1314d7e.zip
Merge pull request #396 from quotient-im/kitsune-fix-e2ee-building
Kitsune fix e2ee building
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")