[SCM] kdeconnect packaging branch, master, updated. debian/0.9g-1-1183-g9d69498

Maximiliano Curia maxy at moszumanska.debian.org
Fri Oct 14 14:29:37 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/kde-extras/kdeconnect.git;a=commitdiff;h=ebce509

The following commit has been merged in the master branch:
commit ebce5091583ba827ef9e0d22737c4af5d7f5aea4
Author: Heiko Becker <heirecka at exherbo.org>
Date:   Mon Apr 4 09:33:20 2016 +0200

    Silence CMake policy CMP0063 warning
    
    ...by adding the NO_POLICY_SCOPE flag as recommended by ECM's
    documentation.
---
 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0ff2be3..1614107 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -25,7 +25,7 @@ include_directories(${CMAKE_SOURCE_DIR})
 configure_file(kdeconnect-version.h.in ${CMAKE_CURRENT_BINARY_DIR}/kdeconnect-version.h)
 
 include(KDEInstallDirs)
-include(KDECompilerSettings)
+include(KDECompilerSettings NO_POLICY_SCOPE)
 include(KDECMakeSettings)
 include(ECMAddTests)
 include(ECMSetupVersion)

-- 
kdeconnect packaging



More information about the pkg-kde-commits mailing list