Remove olm target check

Olm isn't option in libQuotient anymore, there's no point in checking
This commit is contained in:
Tobias Fella
2024-11-03 18:21:19 +01:00
parent be8cb12bba
commit d384d50b0d

View File

@@ -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