From f34268959a993ca6e1070a8ca36c319fc205d05a Mon Sep 17 00:00:00 2001 From: Robert Tari Date: Fri, 17 Dec 2021 14:19:56 +0100 Subject: Clean up compilation flags --- tests/CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 714e9a7..05b3da0 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -6,9 +6,6 @@ pkg_check_modules(DBUSTEST REQUIRED dbustest-1>=14.04.0) include_directories (SYSTEM ${DBUSTEST_INCLUDE_DIRS}) -# add warnings -set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 ${C_WARNING_ARGS}") - # build the necessary schemas set_directory_properties (PROPERTIES ADDITIONAL_MAKE_CLEAN_FILES gschemas.compiled) -- cgit v1.2.3