remove depricated features

This commit is contained in:
Andrei Yankovich 2021-09-09 15:14:19 +03:00
parent a602142dcb
commit 45f2312979

View File

@ -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)