aboutsummaryrefslogtreecommitdiff
path: root/cmake/QuotientConfig.cmake
diff options
context:
space:
mode:
authorKitsune Ral <Kitsune-Ral@users.sf.net>2020-03-27 10:16:17 +0100
committerKitsune Ral <Kitsune-Ral@users.sf.net>2020-03-27 10:16:17 +0100
commitcb09112c5b88f391019c05368ff6e8998722ba3c (patch)
tree245352ae959d606b346e496860d46de5ae2d8a82 /cmake/QuotientConfig.cmake
parent01abbe7008b1614760740ba425a174c61af695a1 (diff)
downloadlibquotient-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.cmake2
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")