aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRobert Tari <robert@tari.in>2021-12-17 14:19:56 +0100
committerRobert Tari <robert@tari.in>2021-12-17 14:32:09 +0100
commitf34268959a993ca6e1070a8ca36c319fc205d05a (patch)
tree4cd43a667cc14afb3aa74463185a0c3e9071daff /tests
parenteeb9ddc6a66cd84d89141866d629800f729d9883 (diff)
downloadayatana-indicator-power-f34268959a993ca6e1070a8ca36c319fc205d05a.tar.gz
ayatana-indicator-power-f34268959a993ca6e1070a8ca36c319fc205d05a.tar.bz2
ayatana-indicator-power-f34268959a993ca6e1070a8ca36c319fc205d05a.zip
Clean up compilation flags
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
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)