summaryrefslogtreecommitdiffstats
path: root/dnssd
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-06-16 01:56:21 +0200
committerSlávek Banko <slavek.banko@axis.cz>2021-02-03 22:23:43 +0100
commit610545c103d42ae1659dc0b4cf8bc181f30d66d2 (patch)
treec63791d2d02f0fe4b64da8df3a78347a5934b164 /dnssd
parentd37bb843d18966a1b2f38e49363dc9f8ebbaed43 (diff)
downloadtdelibs-610545c103d42ae1659dc0b4cf8bc181f30d66d2.tar.gz
tdelibs-610545c103d42ae1659dc0b4cf8bc181f30d66d2.zip
Use target names for commands instead of full paths.
When using target names for commands, CMake automatically resolves the necessary dependencies without having to specify them in the CMakeLists.txt source code or in the common TDE CMake module. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 98436f882d2146fe156c26e81bb87d409cfcf819)
Diffstat (limited to 'dnssd')
-rw-r--r--dnssd/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/dnssd/CMakeLists.txt b/dnssd/CMakeLists.txt
index d973df137..3306f49aa 100644
--- a/dnssd/CMakeLists.txt
+++ b/dnssd/CMakeLists.txt
@@ -45,6 +45,5 @@ tde_add_library( ${target} SHARED AUTOMOC
SOURCES ${${target}_SRCS}
VERSION 1.0.0
LINK kdecore-shared ${AVAHI_TQT_LIBRARIES} ${AVAHI_CLIENT_LIBRARIES}
- DEPENDENCIES kconfig_compiler
DESTINATION ${LIB_INSTALL_DIR}
)