aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Fella <fella@posteo.de>2021-10-24 16:47:27 +0200
committerTobias Fella <fella@posteo.de>2021-12-01 21:56:11 +0100
commit0bafc33d70ddfdc8c4015a7f330623c726fe7ef7 (patch)
treeb7cebb8d1a2880716a4459c3f85263198ac5383a
parent1bc8c3c2a177668af00889ae18f26d81dfef4af1 (diff)
downloadlibquotient-0bafc33d70ddfdc8c4015a7f330623c726fe7ef7.tar.gz
libquotient-0bafc33d70ddfdc8c4015a7f330623c726fe7ef7.zip
Only build the encryptionmanager when encryption is enabled
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 92a9b213..8d5f08af 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -128,7 +128,6 @@ list(APPEND lib_SRCS
lib/networksettings.cpp
lib/converters.cpp
lib/util.cpp
- lib/encryptionmanager.cpp
lib/eventitem.cpp
lib/accountregistry.cpp
lib/mxcreply.cpp
@@ -171,6 +170,7 @@ if (${PROJECT_NAME}_ENABLE_E2EE)
lib/crypto/qolmerrors.cpp
lib/crypto/qolmsession.cpp
lib/crypto/qolmmessage.cpp
+ lib/encryptionmanager.cpp
)
endif()