summaryrefslogtreecommitdiff
path: root/position-web-service/src/plugin/fbprojects/PositionWebService/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 /position-web-service/src/plugin/fbprojects/PositionWebService/FindDLT.cmake
parent43c37bba55cd2ffdbd4aec5f1a5583446c12190a (diff)
downloadpositioning-57345f36fa6095ecb6d7f7998a06abafbcd90a87.tar.gz
refine CMakeLists.txt to allow DLT build, tests OK
Diffstat (limited to 'position-web-service/src/plugin/fbprojects/PositionWebService/FindDLT.cmake')
-rwxr-xr-xposition-web-service/src/plugin/fbprojects/PositionWebService/FindDLT.cmake30
1 files changed, 0 insertions, 30 deletions
diff --git a/position-web-service/src/plugin/fbprojects/PositionWebService/FindDLT.cmake b/position-web-service/src/plugin/fbprojects/PositionWebService/FindDLT.cmake
deleted file mode 100755
index ef9d903..0000000
--- a/position-web-service/src/plugin/fbprojects/PositionWebService/FindDLT.cmake
+++ /dev/null
@@ -1,30 +0,0 @@
-###########################################################################
-# @licence app begin@
-# SPDX-License-Identifier: MPL-2.0
-#
-# Component Name: PositionWebService
-#
-# 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()