Added cmake policy specific for win32 compilation

This commit is contained in:
Fabio Bas 2014-06-27 17:24:25 +02:00
parent 34772cccab
commit fc8c55ae97

View file

@ -7,6 +7,10 @@
cmake_minimum_required(VERSION 2.6)
if(POLICY CMP0020)
cmake_policy(SET CMP0020 OLD)
endif()
if(POLICY CMP0043)
cmake_policy(SET CMP0043 OLD)
endif()