From 8a3d83297e5e62919d129dd00e5d3b09533bea44 Mon Sep 17 00:00:00 2001 From: andrey Date: Wed, 4 Aug 2021 14:50:15 +0300 Subject: [PATCH] cmake CMP0074 NEW --- cmake/QtWraps.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/QtWraps.cmake b/cmake/QtWraps.cmake index 45b4079..c803f73 100644 --- a/cmake/QtWraps.cmake +++ b/cmake/QtWraps.cmake @@ -135,7 +135,7 @@ if (POLICY CMP0057) cmake_policy(SET CMP0057 NEW) # Support if() IN_LIST endif() if (POLICY CMP0074) - cmake_policy(SET CMP0074 OLD) # ignore _ROOT variables + cmake_policy(SET CMP0074 NEW) # ignore _ROOT variables endif() set(__qt_bug_modules "UiTools")