diff --git a/CMakeLists.txt b/CMakeLists.txt index 0065507b3..23f243ed4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -68,6 +68,10 @@ if(WINRT) endif() endif() +if(POLICY CMP0020) + cmake_policy(SET CMP0020 OLD) +endif() + if(POLICY CMP0022) cmake_policy(SET CMP0022 OLD) endif()