[SCM] ktp-kded-integration-module packaging branch, master, updated. debian/15.12.1-2-382-gbd961c2

Maximiliano Curia maxy at moszumanska.debian.org
Sat May 28 00:15:53 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/applications/ktp-kded-module.git;a=commitdiff;h=ec169d5

The following commit has been merged in the master branch:
commit ec169d516adfd088892ac129154cf6e65ca4fd3e
Author: Dan Vrátil <dvratil at redhat.com>
Date:   Thu Jan 22 17:50:27 2015 +0100

    Add missing cmake_minimim_required()
---
 CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 67e6701..7fd5921 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,7 @@
 project(ktp-kded-integration-module)
 
+cmake_minimum_required(VERSION 2.8.12 FATAL_ERROR)
+
 set(KTP_CONTACT_LIST_VERSION "0.8.80")
 
 cmake_policy(SET CMP0002 OLD)

-- 
ktp-kded-integration-module packaging



More information about the pkg-kde-commits mailing list