summaryrefslogtreecommitdiff
path: root/enhanced-position-service/franca/FindDLT.cmake
diff options
context:
space:
mode:
authorasanoaozora <fifitaneki@hotmail.com>2017-02-09 16:05:16 +0100
committerasanoaozora <fifitaneki@hotmail.com>2017-02-09 16:05:16 +0100
commit57345f36fa6095ecb6d7f7998a06abafbcd90a87 (patch)
tree7d8004dafb727f312189007eae462fb487a81724 /enhanced-position-service/franca/FindDLT.cmake
parent43c37bba55cd2ffdbd4aec5f1a5583446c12190a (diff)
downloadpositioning-57345f36fa6095ecb6d7f7998a06abafbcd90a87.tar.gz
refine CMakeLists.txt to allow DLT build, tests OK
Diffstat (limited to 'enhanced-position-service/franca/FindDLT.cmake')
-rw-r--r--enhanced-position-service/franca/FindDLT.cmake30
1 files changed, 0 insertions, 30 deletions
diff --git a/enhanced-position-service/franca/FindDLT.cmake b/enhanced-position-service/franca/FindDLT.cmake
deleted file mode 100644
index 354f1d5..0000000
--- a/enhanced-position-service/franca/FindDLT.cmake
+++ /dev/null
@@ -1,30 +0,0 @@
-###########################################################################
-# @licence app begin@
-# SPDX-License-Identifier: MPL-2.0
-#
-# Component Name: EnhancedPositionService
-#
-# Author: Marco Residori
-#
-# Copyright (C) 2014, XS Embedded GmbH
-#
-# License:
-# This Source Code Form is subject to the terms of the
-# Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with
-# this file, You can obtain one at http://mozilla.org/MPL/2.0/.
-#
-# @licence end@
-###########################################################################
-
-set(DLT_INCLUDE_DIRS /usr/include/dlt)
-set(DLT_LIBRARIES dlt)
-set(DLT_LIBRARY_DIRS /usr/lib)
-
-find_package(PkgConfig)
-pkg_check_modules(DLT REQUIRED automotive-dlt)
-
-if(${DLT_FOUND})
- #message(STATUS "found and use automotive-dlt: version ${DLT_VERSION}")
-else()
- message("missing DLT - check with 'pkg-config automotive-dlt --cflags-only-I'")
-endif()