diff options
author | Slávek Banko <[email protected]> | 2020-06-05 02:11:25 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-06-07 14:52:04 +0200 |
commit | 74f9c923f7081049263c63aadc34d624f39f6528 (patch) | |
tree | 42f3884bba35957927beb5f6b8c99b9bfc8dc203 /tdeio/misc/CMakeLists.txt | |
parent | 1dfd3ebadf0ede670ec9314067235f2db1e2fcea (diff) | |
download | tdelibs-74f9c923f7081049263c63aadc34d624f39f6528.tar.gz tdelibs-74f9c923f7081049263c63aadc34d624f39f6528.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 <[email protected]>
(cherry picked from commit c2b90055a581e9fb95a281fab53b6c56a96a4f2d)
Diffstat (limited to 'tdeio/misc/CMakeLists.txt')
-rw-r--r-- | tdeio/misc/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tdeio/misc/CMakeLists.txt b/tdeio/misc/CMakeLists.txt index fc145ee87..1f60c22e5 100644 --- a/tdeio/misc/CMakeLists.txt +++ b/tdeio/misc/CMakeLists.txt @@ -68,7 +68,6 @@ set( ${target}_SRCS tde_add_tdeinit_executable( ${target} AUTOMOC SOURCES ${${target}_SRCS} LINK tdeio-shared - DEPENDENCIES dcopidl ) |