summaryrefslogtreecommitdiff
path: root/sensors-service/FindDLT.cmake
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2017-02-06 14:49:34 +0100
committerasanoaozora <fifitaneki@hotmail.com>2017-02-06 14:49:34 +0100
commitf9a22630a2b330af43a9c15b296d0cd7beec029a (patch)
tree1e296ac07dc18988b59ab18af122e55c78e1fedc /sensors-service/FindDLT.cmake
parenta538ee2b2f024787ad188e840a9935dba37fe4c8 (diff)
downloadpositioning-f9a22630a2b330af43a9c15b296d0cd7beec029a.tar.gz
update .cmake files and fix error into .gitignore
Diffstat (limited to 'sensors-service/FindDLT.cmake')
-rw-r--r--sensors-service/FindDLT.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/sensors-service/FindDLT.cmake b/sensors-service/FindDLT.cmake
index d34aa0d..cb3e93a 100644
--- a/sensors-service/FindDLT.cmake
+++ b/sensors-service/FindDLT.cmake
@@ -16,9 +16,9 @@
# @licence end@
###########################################################################
-set(DLT_INCLUDE_DIRS /usr/include/dlt)
+set(DLT_INCLUDE_DIRS /usr/local/include/dlt)
set(DLT_LIBRARIES dlt)
-set(DLT_LIBRARY_DIRS /usr/lib)
+set(DLT_LIBRARY_DIRS /usr/local/lib)
find_package(PkgConfig)
pkg_check_modules(DLT REQUIRED automotive-dlt)