summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Akulich <akulichalexander@gmail.com>2019-09-02 20:58:47 +0300
committerAlexander Akulich <akulichalexander@gmail.com>2019-09-02 20:58:47 +0300
commit46bfa4ed74e0952c847ff0ea0087635af408d564 (patch)
treeee2d2359fe94c27869e2e41aa4fdf7e1cc03bb04
parent1e9051ce3d28c7a8414bbe1682a9c3ce82438f7f (diff)
CMakeLists: Fix EOL in a few lines
-rw-r--r--CMakeLists.txt4
1 files 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"