telepathy-qt: CMakeLists.txt: require python 2.7

Alexandr Akulich kaffeine at kemper.freedesktop.org
Sat Aug 27 06:41:33 UTC 2016


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

Author: George Kiagiadakis <gkiagia at tolabaki.gr>
Date:   Tue Jun 21 15:50:35 2016 +0300

CMakeLists.txt: require python 2.7

https://bugs.freedesktop.org/show_bug.cgi?id=36680

Reviewed-by: Alexandr Akulich <akulichalexander at gmail.com>

---

 CMakeLists.txt | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 73f3a16..45601e1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -136,8 +136,8 @@ macro_log_feature(QT_GLIB_SUPPORT "Qt Glib Support"
 # reset flags
 set(CMAKE_REQUIRED_FLAGS "")
 
-# Find python version >= 2.5
-set(REQUIRED_PY 2.5)
+# Find python version >= 2.7
+set(REQUIRED_PY 2.7)
 find_package(PythonLibrary ${REQUIRED_PY} REQUIRED)
 if(${PYTHON_SHORT_VERSION} VERSION_GREATER ${REQUIRED_PY} OR ${PYTHON_SHORT_VERSION} VERSION_EQUAL ${REQUIRED_PY})
     message(STATUS "Python ${PYTHON_SHORT_VERSION} found")



More information about the telepathy-commits mailing list