diff options
author | Robert Tari <robert@tari.in> | 2021-12-17 14:19:56 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2021-12-17 14:32:09 +0100 |
commit | f34268959a993ca6e1070a8ca36c319fc205d05a (patch) | |
tree | 4cd43a667cc14afb3aa74463185a0c3e9071daff /tests/CMakeLists.txt | |
parent | eeb9ddc6a66cd84d89141866d629800f729d9883 (diff) | |
download | ayatana-indicator-power-f34268959a993ca6e1070a8ca36c319fc205d05a.tar.gz ayatana-indicator-power-f34268959a993ca6e1070a8ca36c319fc205d05a.tar.bz2 ayatana-indicator-power-f34268959a993ca6e1070a8ca36c319fc205d05a.zip |
Clean up compilation flags
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r-- | tests/CMakeLists.txt | 3 |
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) |