cmake: CMP0046 NEW

This commit is contained in:
Alexander Alekhin 2017-08-16 22:33:27 +00:00
parent b6949c5088
commit e63d3dd25f

View File

@ -87,7 +87,7 @@ if(POLICY CMP0042)
endif() endif()
if(POLICY CMP0046) if(POLICY CMP0046)
cmake_policy(SET CMP0046 OLD) cmake_policy(SET CMP0046 NEW)
endif() endif()
if(POLICY CMP0051) if(POLICY CMP0051)