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)