From cb09112c5b88f391019c05368ff6e8998722ba3c Mon Sep 17 00:00:00 2001 From: Kitsune Ral Date: Fri, 27 Mar 2020 10:16:17 +0100 Subject: QuotientConfig.cmake: fix another typo ...to fix building tests _with_ E2EE by CMake. --- cmake/QuotientConfig.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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") -- cgit v1.2.3