telepathy-qt: CMake: Bump CMake minimum version to 3.5

Alexandr Akulich kaffeine at kemper.freedesktop.org
Mon Oct 14 21:25:17 UTC 2019


Module: telepathy-qt
Branch: master
Commit: bf4c8a78489261e6fcfc97b0285dc65de529c32a
URL:    http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=bf4c8a78489261e6fcfc97b0285dc65de529c32a

Author: Alexander Akulich <akulichalexander at gmail.com>
Date:   Wed Sep 25 00:53:21 2019 +0300

CMake: Bump CMake minimum version to 3.5

---

 CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 20b89e6a..ae2cba59 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 project(TelepathyQt)
 
-cmake_minimum_required(VERSION 2.8.12)
+cmake_minimum_required(VERSION 3.5)
 
 # Making releases:
 #   set the new version number:



More information about the telepathy-commits mailing list