diff options
author | Robert Tari <robert@tari.in> | 2022-02-11 14:25:31 +0100 |
---|---|---|
committer | Robert Tari <robert@tari.in> | 2022-02-11 14:25:31 +0100 |
commit | 0ae2ec89845d2f22eab82f4bd43d5222a785ee6c (patch) | |
tree | ebe265e83fd9aeb6407e9ba05125d7cbbba3163b /tests | |
parent | b439ad041ff4478453f0bd4e00f55224d653c69b (diff) | |
download | ayatana-indicator-datetime-0ae2ec89845d2f22eab82f4bd43d5222a785ee6c.tar.gz ayatana-indicator-datetime-0ae2ec89845d2f22eab82f4bd43d5222a785ee6c.tar.bz2 ayatana-indicator-datetime-0ae2ec89845d2f22eab82f4bd43d5222a785ee6c.zip |
Clean up compilation flags
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 247761f..4b9b1d7 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,7 +1,5 @@ find_package(GMock REQUIRED) -SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${COMPILE_FLAGS}") - # dbustest pkg_check_modules(DBUSTEST REQUIRED dbustest-1>=14.04.0) |