~kyrofa/unity-scope-click/1457170_update-cmake-extras

« back to all changes in this revision

Viewing changes to tools/init-departments/CMakeLists.txt

  • Committer: Kyle Fazzari
  • Date: 2015-05-20 19:58:45 UTC
  • Revision ID: kyle@canonical.com-20150520195845-jxq37ck8fzjif9sk
Remove tests' explicit link to gcov.

Replace by taking advantage of cmake-extras v0.4's TESTS parameter.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
  ${CMAKE_THREAD_LIBS_INIT}
21
21
)
22
22
 
23
 
if(enable_coverage)
24
 
  target_link_libraries(${INITDEPTS} gcov)
25
 
endif()
26
 
 
27
23
install(TARGETS ${INITDEPTS} DESTINATION sbin)