diff options
| author | Stefan Brüns <stefan.bruens@rwth-aachen.de> | 2018-09-30 04:08:16 +0200 | 
|---|---|---|
| committer | Stefan Brüns <stefan.bruens@rwth-aachen.de> | 2018-09-30 18:55:36 +0200 | 
| commit | a66158ba350c6823a0751eed42b55c5f6398cff0 (patch) | |
| tree | b23427832d783f407f7586e0b03fae696d25dc19 | |
| parent | 5f340fc84d89df83d17199c1aa8586d698c8c910 (diff) | |
| download | kconfig-a66158ba350c6823a0751eed42b55c5f6398cff0.tar.gz kconfig-a66158ba350c6823a0751eed42b55c5f6398cff0.tar.bz2 | |
Remove misleading use of KDE_INSTALL_PYTHONBINDINGSDIR
Summary:
Removing the (typically empty) optional argument from the function
invocation avoids confusion and allows to remove the parameter.
See also D15558
Test Plan: make
Reviewers: #frameworks, apol
Subscribers: kde-frameworks-devel
Tags: #frameworks
Differential Revision: https://phabricator.kde.org/D15848
| -rw-r--r-- | src/core/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | src/gui/CMakeLists.txt | 1 | 
2 files changed, 0 insertions, 2 deletions
| diff --git a/src/core/CMakeLists.txt b/src/core/CMakeLists.txt index 46fabd50..f06c803f 100644 --- a/src/core/CMakeLists.txt +++ b/src/core/CMakeLists.txt @@ -56,7 +56,6 @@ if (PythonModuleGeneration_FOUND)      PYTHONNAMESPACE PyKF5      MODULENAME KConfigCore      RULES_FILE "${CMAKE_SOURCE_DIR}/cmake/rules_PyKF5.py" -    INSTALL_DIR_SUFFIX ${KDE_INSTALL_PYTHONBINDINGSDIR}      SIP_DEPENDS        QtCore/QtCoremod.sip      HEADERS diff --git a/src/gui/CMakeLists.txt b/src/gui/CMakeLists.txt index 08786d31..d36f90f8 100644 --- a/src/gui/CMakeLists.txt +++ b/src/gui/CMakeLists.txt @@ -40,7 +40,6 @@ if (PythonModuleGeneration_FOUND)      PYTHONNAMESPACE PyKF5      MODULENAME KConfigGui      RULES_FILE "${CMAKE_SOURCE_DIR}/cmake/rules_PyKF5.py" -    INSTALL_DIR_SUFFIX ${KDE_INSTALL_PYTHONBINDINGSDIR}      SIP_INCLUDES        "${CMAKE_BINARY_DIR}/src/core/sip"      SIP_DEPENDS | 
