From 268d17e086e3da459fff210e73c202ca7413984c Mon Sep 17 00:00:00 2001 From: Alexander Alekhin Date: Mon, 21 Aug 2017 18:22:50 +0300 Subject: [PATCH] cmake: drop CMP0017 --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) 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()