From e315abc78bc872c5f4aa745bfeba7185eae99b3f Mon Sep 17 00:00:00 2001 From: christian mueller Date: Wed, 7 Mar 2012 18:29:45 +0100 Subject: * [GAM-30] fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.1