diff options
author | saturneric <[email protected]> | 2024-11-24 23:08:05 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-11-24 23:17:02 +0000 |
commit | b70d73ce9610e415a751c0041368c3c759d12d85 (patch) | |
tree | 5ae64621a540e9018f7e1e0c83e71b6594a983d1 /CMakeLists.txt | |
parent | feat: add email module and integrate vmime into it (diff) | |
download | Modules-b70d73ce9610e415a751c0041368c3c759d12d85.tar.gz Modules-b70d73ce9610e415a751c0041368c3c759d12d85.zip |
fix: make cache variable docstring clear
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index abaa843..83e1d34 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -38,8 +38,6 @@ 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) |