summaryrefslogtreecommitdiff
path: root/src/tests
diff options
context:
space:
mode:
authorJacques GUILLOU <jacques.guillou@pelagicore.com>2014-11-19 12:48:18 +0100
committerAlexander Wenzel <Alexander.AW.Wenzel@bmw.de>2015-04-02 13:44:03 +0200
commitcb4950d12a96cc51557e185fc555edd4b4a0ca62 (patch)
treec039ee2fa6253598e316754cca126bc3ece9e8ff /src/tests
parent2cec5d20ae0b5361a84bfb8170335f2502ddd88f (diff)
downloadDLT-daemon-cb4950d12a96cc51557e185fc555edd4b4a0ca62.tar.gz
Remove absolute installation paths so that DLT can be installed at any location (not only "/usr").
Signed-off-by: Jacques GUILLOU <jacques.guillou@pelagicore.com>
Diffstat (limited to 'src/tests')
-rw-r--r--src/tests/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/tests/CMakeLists.txt b/src/tests/CMakeLists.txt
index b36454d..7c1f0f2 100644
--- a/src/tests/CMakeLists.txt
+++ b/src/tests/CMakeLists.txt
@@ -57,4 +57,6 @@ install(TARGETS dlt-test-multi-process dlt-test-multi-process-client dlt-test-us
RUNTIME DESTINATION bin
COMPONENT base)
-INSTALL(FILES dlt-test-filetransfer-file dlt-test-filetransfer-image.png DESTINATION ${CMAKE_INSTALL_PREFIX}/share/dlt-filetransfer)
+INSTALL(FILES dlt-test-filetransfer-file dlt-test-filetransfer-image.png
+ DESTINATION share/dlt-filetransfer
+)