summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorchristian mueller <christian.ei.mueller@bmw.de>2012-03-07 18:29:45 +0100
committerchristian mueller <christian.ei.mueller@bmw.de>2012-03-07 18:29:45 +0100
commite315abc78bc872c5f4aa745bfeba7185eae99b3f (patch)
tree0a92fc2d54ec0042ad6a5b65ef78b9afa1edf7e4
parentcbf07fba9072212d0535a89651fb686650e727f0 (diff)
downloadaudiomanager-e315abc78bc872c5f4aa745bfeba7185eae99b3f.tar.gz
* [GAM-30] fix
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index ea0ee5f..8f0e036 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -120,7 +120,7 @@ CONFIGURE_FILE( ${CMAKE_SOURCE_DIR}/AudioManagerDaemon/docx/Doxyfile.in ${CMAKE_
IF(WITH_DLT)
- pkg_check_modules(DLT REQUIRED automotive-dlt>=2.5.0) #this is due to BUGFIX [GDLT-41]
+ pkg_check_modules(DLT REQUIRED automotive-dlt>=2.2.0)
ENDIF(WITH_DLT)