Merge pull request #6274 from Bleach665:cmake_policy_0020

pull/6282/head
Alexander Alekhin 9 years ago
commit 08d5ab577c
  1. 4
      CMakeLists.txt

@ -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()

Loading…
Cancel
Save