cmake CMP0074 NEW

This commit is contained in:
2021-08-04 14:50:15 +03:00
parent c0ac0002e6
commit 8a3d83297e

View File

@@ -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 <PackageName>_ROOT variables
cmake_policy(SET CMP0074 NEW) # ignore <PackageName>_ROOT variables
endif()
set(__qt_bug_modules "UiTools")