Silence verbose cmake policy warnings on Windows

This commit is contained in:
Jocelyn Turcotte 2015-08-06 15:32:36 +02:00
parent 147c59c6d8
commit 4441d3b342

View file

@ -1,5 +1,7 @@
cmake_minimum_required(VERSION 2.6)
cmake_policy(VERSION 2.8.0)
cmake_policy(VERSION 2.8.12)
cmake_policy(SET CMP0043 NEW) # For VERSION < 3.3
cmake_policy(SET CMP0058 NEW) # For VERSION < 3.3
project(client)