telepathy-qt: CMakeLists: Fix EOL in a few lines
Alexandr Akulich
kaffeine at kemper.freedesktop.org
Mon Sep 2 18:00:11 UTC 2019
Module: telepathy-qt
Branch: master
Commit: 46bfa4ed74e0952c847ff0ea0087635af408d564
URL: http://cgit.freedesktop.org/telepathy/telepathy-qt/commit/?id=46bfa4ed74e0952c847ff0ea0087635af408d564
Author: Alexander Akulich <akulichalexander at gmail.com>
Date: Mon Sep 2 20:58:47 2019 +0300
CMakeLists: Fix EOL in a few lines
---
CMakeLists.txt | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 22d8a7ef..abf19ec3 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -136,9 +136,9 @@ add_feature_info("Qt GLib support" QT_GLIB_SUPPORT
set(CMAKE_REQUIRED_FLAGS "")
# Find python version >= 3
-find_package(Python3 REQUIRED)
+find_package(Python3 REQUIRED)
-set(PYTHON_EXECUTABLE ${Python3_EXECUTABLE})
+set(PYTHON_EXECUTABLE ${Python3_EXECUTABLE})
# Check for dbus-python
execute_process(COMMAND ${PYTHON_EXECUTABLE} -c "import dbus.mainloop.glib"
More information about the telepathy-commits
mailing list