From 45f2312979d6067c583885c20530db6ef7514d58 Mon Sep 17 00:00:00 2001 From: EndrII Date: Thu, 9 Sep 2021 15:14:19 +0300 Subject: [PATCH] remove depricated features --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index adebe976..3364c341 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -15,9 +15,9 @@ set(QCA_LIB_MAJOR_VERSION "2") set(QCA_LIB_MINOR_VERSION "3") set(QCA_LIB_PATCH_VERSION "3") -if(POLICY CMP0042) - cmake_policy(SET CMP0042 OLD) -endif() +#if(POLICY CMP0042) +# cmake_policy(SET CMP0042 OLD) +#endif() option(QT6 "Build with Qt 6" OFF) option(BUILD_TESTS "Create test" ON)