diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-29 10:49:53 +0200 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-29 10:49:53 +0200 |
commit | 51a85fa0e8814dfe47bb5174fa09a0e216d17d19 (patch) | |
tree | 2d90e07a6af00b66ff2c8dd02afa89bfd0a21c0e /cmake | |
parent | 72e12a84cefa86758153ad20f6c8da63e1829ba4 (diff) | |
download | libquotient-51a85fa0e8814dfe47bb5174fa09a0e216d17d19.tar.gz libquotient-51a85fa0e8814dfe47bb5174fa09a0e216d17d19.zip |
Fix building tests with installed Quotient in E2EE configuration
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") |