diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-06-05 02:11:25 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-06-07 14:49:00 +0200 |
commit | c2b90055a581e9fb95a281fab53b6c56a96a4f2d (patch) | |
tree | cbfa4d9adfb11d4f3b58d4a337042e9863fe81c2 /tdeabc | |
parent | 49614d38c9b298488b2cba15bbee48db8d7ec316 (diff) | |
download | tdelibs-c2b90055a581e9fb95a281fab53b6c56a96a4f2d.tar.gz tdelibs-c2b90055a581e9fb95a281fab53b6c56a96a4f2d.zip |
Drop explicit dependencies on dcopidl and dcopidl2cpp,
because thanks to the replacement of KDE3 CMake macros
with TDE macros, this is no longer needed.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdeabc')
-rw-r--r-- | tdeabc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeabc/CMakeLists.txt b/tdeabc/CMakeLists.txt index 88bb97e60..fabfa2e3e 100644 --- a/tdeabc/CMakeLists.txt +++ b/tdeabc/CMakeLists.txt @@ -111,7 +111,7 @@ tde_add_library( ${target} SHARED AUTOMOC SOURCES ${${target}_SRCS} VERSION 1.2.0 LINK vcards-static vcard-shared tdeio-shared tderesources-shared - DEPENDENCIES addressee_files dcopidl + DEPENDENCIES addressee_files DESTINATION ${LIB_INSTALL_DIR} ) |