aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorsaturneric <[email protected]>2024-11-24 23:02:52 +0000
committersaturneric <[email protected]>2024-11-24 23:02:52 +0000
commit31410849cbb6c5a2214a51ee31532233fcd52dd6 (patch)
tree3d07f4e1408c599da3fdb689bb144ceb1c7002a5 /CMakeLists.txt
parentfeat: async gather_gnupg_info() (diff)
downloadModules-31410849cbb6c5a2214a51ee31532233fcd52dd6.tar.gz
Modules-31410849cbb6c5a2214a51ee31532233fcd52dd6.zip
feat: add email module and integrate vmime into it
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 83e1d34..abaa843 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -38,6 +38,8 @@ project(GpgFrontendModules
# includes
include(GenerateExportHeader)
+set(CMAKE_POLICY_DEFAULT_CMP0126 NEW)
+
# function or mode options
option(GPGFRONTEND_QT5_BUILD "Swith to Qt5 building mode" OFF)