diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2016-03-16 08:29:07 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2016-03-16 08:29:07 -0500 |
commit | 9482a77503a72cbda7ca824c2ff9bd66b04098fb (patch) | |
tree | 176b385ac79cfe021e2953943711915cae092c88 /src | |
parent | 1e659cd3e96554c77cea09266f8b24fc153a186c (diff) | |
download | ayatana-indicator-display-9482a77503a72cbda7ca824c2ff9bd66b04098fb.tar.gz ayatana-indicator-display-9482a77503a72cbda7ca824c2ff9bd66b04098fb.tar.bz2 ayatana-indicator-display-9482a77503a72cbda7ca824c2ff9bd66b04098fb.zip |
use cmake-extras' EnableCoverageReport instead of home-rolled rules
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 63c236d..d3a021b 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -3,7 +3,6 @@ add_definitions(-DG_LOG_DOMAIN="${CMAKE_PROJECT_NAME}") add_compile_options( ${CXX_WARNING_ARGS} - ${GCOV_FLAGS} ) add_library( @@ -26,7 +25,6 @@ target_link_libraries(${SERVICE_EXEC} ${SERVICE_LIB} ${SERVICE_DEPS_LIBRARIES} ${THREAD_LINK_LIBRARIES} - ${GCOV_LIBS} ) install( |