diff options
author | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-27 10:16:17 +0100 |
---|---|---|
committer | Kitsune Ral <Kitsune-Ral@users.sf.net> | 2020-03-27 10:16:17 +0100 |
commit | cb09112c5b88f391019c05368ff6e8998722ba3c (patch) | |
tree | 245352ae959d606b346e496860d46de5ae2d8a82 /cmake/QuotientConfig.cmake | |
parent | 01abbe7008b1614760740ba425a174c61af695a1 (diff) | |
download | libquotient-cb09112c5b88f391019c05368ff6e8998722ba3c.tar.gz libquotient-cb09112c5b88f391019c05368ff6e8998722ba3c.zip |
QuotientConfig.cmake: fix another typo
...to fix building tests _with_ E2EE by CMake.
Diffstat (limited to 'cmake/QuotientConfig.cmake')
-rw-r--r-- | cmake/QuotientConfig.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/QuotientConfig.cmake b/cmake/QuotientConfig.cmake index c11d5e79..31ed4db6 100644 --- a/cmake/QuotientConfig.cmake +++ b/cmake/QuotientConfig.cmake @@ -1,6 +1,6 @@ include(CMakeFindDependencyMacro) -if (Quotient_E2EE_ENABLED) +if (Quotient_ENABLE_E2EE) find_dependency(QtOlm) endif() include("${CMAKE_CURRENT_LIST_DIR}/QuotientTargets.cmake") |