From 08fcc026eafab3d8058d16b353be0995258d82dc Mon Sep 17 00:00:00 2001 From: JackLivio Date: Sun, 21 Jan 2018 12:04:31 -0500 Subject: Remove Dbus and Iap libraries Fix compilation error for build dbus and removes the dbus library from the core project. Dbus is still supported but now Core will not install it on the users system. --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b8fd497a09..7730b57c2d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -374,7 +374,6 @@ if (HMIADAPTER STREQUAL "dbus") set(HMI_DBUS_API ON) add_definitions(-DDBUS_HMIADAPTER) add_definitions(-DHMI_DBUS_API) - set(install-3rd_party_dbus "install-3rd_party_dbus") endif() if (HMIADAPTER STREQUAL "messagebroker") set(HMI_JSON_API ON) -- cgit v1.2.1