diff options
author | saturneric <[email protected]> | 2024-11-24 23:02:52 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-24 23:02:52 +0000 |
commit | 31410849cbb6c5a2214a51ee31532233fcd52dd6 (patch) | |
tree | 3d07f4e1408c599da3fdb689bb144ceb1c7002a5 /CMakeLists.txt | |
parent | feat: async gather_gnupg_info() (diff) | |
download | Modules-31410849cbb6c5a2214a51ee31532233fcd52dd6.tar.gz Modules-31410849cbb6c5a2214a51ee31532233fcd52dd6.zip |
feat: add email module and integrate vmime into it
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
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) |