diff --git a/CMakeLists.txt b/CMakeLists.txt index 7adf8ca26d..e3acb35995 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,10 +44,6 @@ else() cmake_minimum_required(VERSION 2.8.12.2) endif() -if(POLICY CMP0017) - cmake_policy(SET CMP0017 NEW) -endif() - if(POLICY CMP0022) cmake_policy(SET CMP0022 OLD) endif()