Enable windows qt6 CI

This commit is contained in:
Tobias Fella
2023-07-18 23:28:10 +02:00
parent ab4639926a
commit 2cbb6ed65c
3 changed files with 3 additions and 4 deletions

View File

@@ -102,8 +102,7 @@ set_package_properties(QuotientQt6 PROPERTIES
PURPOSE "Talk with matrix server"
)
# The android part is just for CI. We do NOT support any builds without E2EE
if (NOT TARGET Olm::Olm AND NOT ANDROID)
if (NOT TARGET Olm::Olm)
message(FATAL_ERROR "NeoChat requires Quotient with the E2EE feature enabled")
endif()