aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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")