summaryrefslogtreecommitdiff
path: root/examples
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 /examples
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 'examples')
-rwxr-xr-xexamples/example1/CMakeLists.txt6
-rwxr-xr-xexamples/example2/CMakeLists.txt6
-rwxr-xr-xexamples/example3/CMakeLists.txt6
3 files changed, 0 insertions, 18 deletions
diff --git a/examples/example1/CMakeLists.txt b/examples/example1/CMakeLists.txt
index 363a567..d95ebfc 100755
--- a/examples/example1/CMakeLists.txt
+++ b/examples/example1/CMakeLists.txt
@@ -22,12 +22,6 @@ cmake_minimum_required( VERSION 2.6 )
project( automotive-dlt-example1 )
#
-# set prefix
-#
-
-set( CMAKE_INSTALL_PREFIX "/usr" )
-
-#
# find dependency packages
#
diff --git a/examples/example2/CMakeLists.txt b/examples/example2/CMakeLists.txt
index 65efbce..fd7bae8 100755
--- a/examples/example2/CMakeLists.txt
+++ b/examples/example2/CMakeLists.txt
@@ -22,12 +22,6 @@ cmake_minimum_required( VERSION 2.6 )
project( automotive-dlt-example2 )
#
-# set prefix
-#
-
-set( CMAKE_INSTALL_PREFIX "/usr" )
-
-#
# find dependency packages
#
diff --git a/examples/example3/CMakeLists.txt b/examples/example3/CMakeLists.txt
index 52c4f8a..7e7cf1a 100755
--- a/examples/example3/CMakeLists.txt
+++ b/examples/example3/CMakeLists.txt
@@ -22,12 +22,6 @@ cmake_minimum_required( VERSION 2.6 )
project( automotive-dlt-example3 )
#
-# set prefix
-#
-
-set( CMAKE_INSTALL_PREFIX "/usr" )
-
-#
# find dependency packages
#