aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-06-25 12:31:53 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-06-25 12:31:53 -0500
commit7a995d0b4466b12be7b7f297d1f964aae37eae63 (patch)
tree76d6dbc676cbef1a19fb700d1f3d0b514d8df513 /tests
parentd16aaaed46f3381ea7ac4cb4c2cb491d4c5d2e03 (diff)
downloadayatana-indicator-session-7a995d0b4466b12be7b7f297d1f964aae37eae63.tar.gz
ayatana-indicator-session-7a995d0b4466b12be7b7f297d1f964aae37eae63.tar.bz2
ayatana-indicator-session-7a995d0b4466b12be7b7f297d1f964aae37eae63.zip
don't pass -std=c++0x to the compiler when building .c files
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index f67008e..33009a3 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -39,7 +39,7 @@ add_library (backendmock STATIC
backend-mock-guest.h
backend-mock-users.c
backend-mock-users.h)
-set_target_properties (backendmock PROPERTIES COMPILE_FLAGS " ${CC_WARNING_ARGS} -std=c++0x -g")
+set_target_properties (backendmock PROPERTIES COMPILE_FLAGS " ${CC_WARNING_ARGS} -g")
# test-service
add_executable (test-service