From 137f03b9a34fb39e5321524ab11fa31276458476 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Tue, 29 Oct 2013 09:05:51 +0100 Subject: Use ConfigurePaths to get installation paths The advantage is twofold: 1) we have a clear separation between setting up the paths and actually using them, 2) the interface is very likely as configure scripts and makes integration into build system a bit easier. --- bin/tools/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bin/tools') diff --git a/bin/tools/CMakeLists.txt b/bin/tools/CMakeLists.txt index 285b2d7..964b1f9 100644 --- a/bin/tools/CMakeLists.txt +++ b/bin/tools/CMakeLists.txt @@ -32,8 +32,8 @@ target_link_libraries(uca-grab ringbuffer ${libs}) add_executable(uca-benchmark benchmark.c common.c) target_link_libraries(uca-benchmark ${libs}) +#}}} install(TARGETS uca-benchmark uca-grab uca-gen-doc - RUNTIME DESTINATION bin) -#}}} + RUNTIME DESTINATION ${UCA_BINDIR}) #}}} -- cgit v1.2.3