git-svn-id: svn://db.shs.com.ru/libs@929 a8b55f48-bf90-11e4-a774-851b48703e85

This commit is contained in:
2020-04-05 10:31:11 +00:00
parent e223fd89ee
commit 91015835d2

View File

@@ -104,6 +104,9 @@
cmake_policy(SET CMP0011 NEW) # don`t affect includer policies
cmake_policy(SET CMP0020 NEW) # Automatically link Qt executables to qtmain target on Windows
if (POLICY CMP0074)
cmake_policy(SET CMP0074 OLD) # ignore <PackageName>_ROOT variables
endif()
set(_QT_VERSIONS_ 4 5)