fix cmake policy warnings

This commit is contained in:
ZappoMan 2014-03-08 17:26:38 -08:00
parent 68c3e0e54d
commit 35a1bb8744

View file

@ -1,5 +1,9 @@
cmake_minimum_required(VERSION 2.8)
if (WIN32)
cmake_policy (SET CMP0020 NEW)
endif (WIN32)
project(hifi)
if (WIN32)