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

Merge pull request #6274 from Bleach665:cmake_policy_0020

This commit is contained in:
Alexander Alekhin
2016-03-16 13:49:32 +00:00
+4
View File
@@ -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()