diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-29 11:48:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-29 11:48:04 +0200 |
commit | c2493836c3b0f706e03ce71769761890d1314d7e (patch) | |
tree | a7c58aa2fbc660e4aa97f0e37f736827fec714e5 /cmake | |
parent | cb09112c5b88f391019c05368ff6e8998722ba3c (diff) | |
parent | 6f8f373efd5ae6909a481d17e6b20bca885ccd48 (diff) | |
download | libquotient-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") |