From d384d50b0d8158f6699b2bbe36ae3d2f91670ac1 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sun, 3 Nov 2024 18:21:19 +0100 Subject: [PATCH] Remove olm target check Olm isn't option in libQuotient anymore, there's no point in checking --- CMakeLists.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4d7736899..d534068e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -115,11 +115,6 @@ set_package_properties(QuotientQt6 PROPERTIES PURPOSE "Talk with matrix server" ) -if (NOT TARGET Olm::Olm) - message(FATAL_ERROR "NeoChat requires Quotient with the E2EE feature enabled") -endif() - - find_package(cmark) set_package_properties(cmark PROPERTIES TYPE REQUIRED