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>2020-06-16 04:01:51 +0200
commit52d5b0c2378b07b40554d15fecaa65d1228cfa9a (patch)
tree0ee827e24297dbef8874bbfb2e78054889a670a0 /dnssd
parent5bc932facd53871093c4b2874a1f615c52195154 (diff)
downloadtdelibs-52d5b0c2378b07b40554d15fecaa65d1228cfa9a.tar.gz
tdelibs-52d5b0c2378b07b40554d15fecaa65d1228cfa9a.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 844ee16f4..1c1e40d11 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 tdecore-shared ${AVAHI_TQT_LIBRARIES} ${AVAHI_CLIENT_LIBRARIES}
- DEPENDENCIES tdeconfig_compiler
DESTINATION ${LIB_INSTALL_DIR}
)