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

cmake: CMP0046 NEW

This commit is contained in:
Alexander Alekhin
2017-08-16 22:33:27 +00:00
parent b6949c5088
commit e63d3dd25f
+1 -1
View File
@@ -87,7 +87,7 @@ if(POLICY CMP0042)
endif()
if(POLICY CMP0046)
cmake_policy(SET CMP0046 OLD)
cmake_policy(SET CMP0046 NEW)
endif()
if(POLICY CMP0051)