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