~ci-train-bot/indicator-display/indicator-display-ubuntu-zesty-2344

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Bileto Bot
  • Author(s): Pete Woods
  • Date: 2017-01-06 10:44:15 UTC
  • mfrom: (22.1.1 trunk)
  • Revision ID: ci-train-bot@canonical.com-20170106104415-nplfs58mkr3t1eld
Compatibility with unversioned cmake-extras modules (LP: #1563573)

Approved by: Michi Henning

Show diffs side-by-side

added added

removed removed

Lines of Context:
76
76
if(${enable_tests})
77
77
  enable_testing()
78
78
  if(${enable_coverage})
79
 
    include(EnableCoverageReport)
 
79
    find_package(CoverageReport)
80
80
  endif()
81
81
endif()
82
82