From 854bfb870d5fe9826c93f5d2c9f41350bb886c35 Mon Sep 17 00:00:00 2001 From: Jocelyn Turcotte Date: Mon, 10 Aug 2015 11:57:05 +0200 Subject: [PATCH] Revert "Silence verbose cmake policy warnings on Windows" This causes an error since those policies aren't known by 2.8.12, so better seeing those warnings on Windows for now. This reverts commit 4441d3b342073bed9d2eba1f8de86db1de7611d2. --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 494dff413..5226ef775 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,7 +1,5 @@ cmake_minimum_required(VERSION 2.6) -cmake_policy(VERSION 2.8.12) -cmake_policy(SET CMP0043 NEW) # For VERSION < 3.3 -cmake_policy(SET CMP0058 NEW) # For VERSION < 3.3 +cmake_policy(VERSION 2.8.0) project(client)