diff options
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) |