From ad0c452e9890a35a1b7a6c2e2421e092c5cf2c2d Mon Sep 17 00:00:00 2001 From: christian mueller Date: Mon, 30 Jan 2012 18:38:07 +0100 Subject: * wrapping DLT calls in a new Class because of performance, codesize and lazyness reasons * the whole project now compiles without a warning with -pedantic --- PluginControlInterface/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) (limited to 'PluginControlInterface') diff --git a/PluginControlInterface/CMakeLists.txt b/PluginControlInterface/CMakeLists.txt index 89725a0..d61bfdd 100644 --- a/PluginControlInterface/CMakeLists.txt +++ b/PluginControlInterface/CMakeLists.txt @@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 2.6) PROJECT(PluginControlInterface) -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -g -DDLT_CONTEXT=ControlPluginDbus") - set(LIBRARY_OUTPUT_PATH ${PLUGINS_OUTPUT_PATH}/control) set(DOC_OUTPUT_PATH ${DOC_OUTPUT_PATH}/ControlPlugin) set(INCLUDES_FOLDER "include") -- cgit v1.2.1