summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Smoogen <smooge@gmail.com>2023-03-08 04:45:06 -0500
committerGitHub <noreply@github.com>2023-03-08 10:45:06 +0100
commit3b8a82ffae22c51bb02c11e669754983e8aabd5a (patch)
tree1abdb020bb508b5dd506686df88da662c5f19d66
parenta21e4b6ef6ae03f1eb14bf4e21cbcc1272c101da (diff)
downloadDLT-daemon-3b8a82ffae22c51bb02c11e669754983e8aabd5a.tar.gz
This changes a mispatch from fcb676a7 to install the udp binary correctly. (#449)
Signed-off-by: Stephen Smoogen <ssmoogen@redhat.com> Co-authored-by: Stephen Smoogen <ssmoogen@redhat.com>
-rw-r--r--src/adaptor/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/adaptor/CMakeLists.txt b/src/adaptor/CMakeLists.txt
index aa9b9d1..578bbe8 100644
--- a/src/adaptor/CMakeLists.txt
+++ b/src/adaptor/CMakeLists.txt
@@ -30,7 +30,7 @@ if (WITH_DLT_ADAPTOR_UDP OR WITH_DLT_ADAPTOR)
target_link_libraries(dlt-adaptor-udp dlt)
set_target_properties(dlt-adaptor-udp PROPERTIES LINKER_LANGUAGE C)
- install(TARGETS dlt-adaptor-stdin
+ install(TARGETS dlt-adaptor-udp
RUNTIME DESTINATION bin
COMPONENT base)
endif()