diff options
author | christian mueller <christian.ei.mueller@bmw.de> | 2012-03-07 18:29:45 +0100 |
---|---|---|
committer | christian mueller <christian.ei.mueller@bmw.de> | 2012-03-07 18:29:45 +0100 |
commit | e315abc78bc872c5f4aa745bfeba7185eae99b3f (patch) | |
tree | 0a92fc2d54ec0042ad6a5b65ef78b9afa1edf7e4 | |
parent | cbf07fba9072212d0535a89651fb686650e727f0 (diff) | |
download | audiomanager-e315abc78bc872c5f4aa745bfeba7185eae99b3f.tar.gz |
* [GAM-30] fix
-rw-r--r-- | CMakeLists.txt | 2 |
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) |