[Pkg-owncloud-commits] [owncloud-client] 19/120: Revert "Silence verbose cmake policy warnings on Windows"

Sandro Knauß hefee-guest at moszumanska.debian.org
Mon Aug 24 00:02:38 UTC 2015


This is an automated email from the git hooks/post-receive script.

hefee-guest pushed a commit to branch master
in repository owncloud-client.

commit 854bfb870d5fe9826c93f5d2c9f41350bb886c35
Author: Jocelyn Turcotte <jturcotte at woboq.com>
Date:   Mon Aug 10 11:57:05 2015 +0200

    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 494dff4..5226ef7 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)
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-client.git



More information about the Pkg-owncloud-commits mailing list