From cb4950d12a96cc51557e185fc555edd4b4a0ca62 Mon Sep 17 00:00:00 2001 From: Jacques GUILLOU Date: Wed, 19 Nov 2014 12:48:18 +0100 Subject: Remove absolute installation paths so that DLT can be installed at any location (not only "/usr"). Signed-off-by: Jacques GUILLOU --- examples/example1/CMakeLists.txt | 6 ------ examples/example2/CMakeLists.txt | 6 ------ examples/example3/CMakeLists.txt | 6 ------ 3 files changed, 18 deletions(-) (limited to 'examples') 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 @@ -21,12 +21,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 @@ -21,12 +21,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 @@ -21,12 +21,6 @@ cmake_minimum_required( VERSION 2.6 ) project( automotive-dlt-example3 ) -# -# set prefix -# - -set( CMAKE_INSTALL_PREFIX "/usr" ) - # # find dependency packages # -- cgit v1.2.1