summaryrefslogtreecommitdiff
path: root/PluginRoutingInterfaceAsync
diff options
context:
space:
mode:
authorChristian Linke <christian.linke@bmw.de>2014-11-03 08:44:18 +0100
committerChristian Linke <christian.linke@bmw.de>2014-11-03 18:37:32 +0100
commit6737f225604b116185225c6647a2c59f1b03ae24 (patch)
treea7de365e6598fb679ef06669f29bf9da72c0b4bc /PluginRoutingInterfaceAsync
parentbfd958452e5005a8a7a484afdfa3b1065e1e0c82 (diff)
downloadaudiomanager-6737f225604b116185225c6647a2c59f1b03ae24.tar.gz
* Make Audiomanager compile without sqlite
Signed-off-by: Christian Linke <christian.linke@bmw.de>
Diffstat (limited to 'PluginRoutingInterfaceAsync')
-rw-r--r--PluginRoutingInterfaceAsync/test/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/PluginRoutingInterfaceAsync/test/CMakeLists.txt b/PluginRoutingInterfaceAsync/test/CMakeLists.txt
index 434c6f9..8df4bdd 100644
--- a/PluginRoutingInterfaceAsync/test/CMakeLists.txt
+++ b/PluginRoutingInterfaceAsync/test/CMakeLists.txt
@@ -30,7 +30,9 @@ IF(WITH_DLT)
pkg_check_modules(DLT REQUIRED automotive-dlt)
ENDIF(WITH_DLT)
-pkg_check_modules(SQLITE REQUIRED sqlite3)
+IF(WITH_DATABASE_STORAGE)
+ pkg_check_modules(SQLITE REQUIRED sqlite3)
+ENDIF(WITH_DATABASE_STORAGE)
INCLUDE_DIRECTORIES(
${STD_INCLUDE_DIRS}