From a0ee2d358a5130c6dd5646f7b44de4514387bc8e Mon Sep 17 00:00:00 2001 From: Jens Lorenz Date: Wed, 15 Feb 2017 11:06:26 +0100 Subject: AMUtil: Enhancement of check log level support for DLT. The DLT version determination works in AudioManager repository. Other libraries including header only don't know the respective version. Signed-off-by: Jens Lorenz --- AudioManagerUtilities/CMakeLists.txt | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'AudioManagerUtilities/CMakeLists.txt') diff --git a/AudioManagerUtilities/CMakeLists.txt b/AudioManagerUtilities/CMakeLists.txt index 5933e4b..6e9a06f 100644 --- a/AudioManagerUtilities/CMakeLists.txt +++ b/AudioManagerUtilities/CMakeLists.txt @@ -109,16 +109,6 @@ IF (WITH_DLT) add_definitions(${DLT_CFLAGS_OTHER}) - set (DLT_VERSIONING ${DLT_VERSION}) - string (REPLACE "." ";" DLT_VERSIONING ${DLT_VERSIONING}) - list (LENGTH DLT_VERSIONING size) - - if (size GREATER "1") - list (GET DLT_VERSIONING 0 DLT_MAJOR_VERSION) - list (GET DLT_VERSIONING 1 DLT_MINOR_VERSION) - add_definitions (-DDLT_MAJOR_VERSION=${DLT_MAJOR_VERSION} -DDLT_MINOR_VERSION=${DLT_MINOR_VERSION}) - endif (size GREATER "1") - set(AUDIO_MANAGER_UTILITIES_LIBS ${AUDIO_MANAGER_UTILITIES_LIBS} ${DLT_LIBRARIES} -- cgit v1.2.1