1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-29 15:23:05 +04:00

cmake: drop CMP0017

This commit is contained in:
Alexander Alekhin
2017-08-21 18:22:50 +03:00
parent d567a79581
commit 268d17e086
-4
View File
@@ -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()