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/example2/CMakeLists.txt | 6 ------ 1 file changed, 6 deletions(-) (limited to 'examples/example2') 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 # -- cgit v1.2.1