From: José Bollo Date: Tue, 10 Oct 2017 16:21:23 +0000 (+0200) Subject: Remove explicit Debug build type X-Git-Tag: eel_4.99.2~17 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=src%2Fapp-framework-binder.git;a=commitdiff_plain;h=b55a56d550d4a62a63e175f87c89a0a6c55e691e Remove explicit Debug build type Change-Id: Ib9a793035b36ddf6f4c7cff2b814ba37bf662861 Signed-off-by: José Bollo --- diff --git a/CMakeLists.txt b/CMakeLists.txt index 16d9b802..e1990923 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,9 +29,6 @@ set(PROJECT_URL "https://gerrit.automotivelinux.org/gerrit/gitweb?p=src/app-fram SET(LIBAFBWSC_VERSION "1.0") SET(LIBAFBWSC_SOVERSION "1") -SET(CMAKE_BUILD_TYPE Debug) -SET(CMAKE_POSITION_INDEPENDENT_CODE ON) - INCLUDE(FindPkgConfig) INCLUDE(CheckIncludeFiles) INCLUDE(CheckLibraryExists)