diff --git a/CMakeLists.txt b/CMakeLists.txt index 8683f34ffa..5f2a4de439 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -77,10 +77,6 @@ if(WINRT) endif() endif() -if(POLICY CMP0020) - cmake_policy(SET CMP0020 OLD) -endif() - if(POLICY CMP0022) cmake_policy(SET CMP0022 OLD) endif()