Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan Baidakou committed Jun 24, 2017
1 parent 7815aee commit a1c1809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ if(CMAKE_COMPILER_IS_GNUCXX)
#MESSAGE(STATUS "gcov: [" ${GCOV_TOOL} "]")
#string(STRIP ${GCOV_TOOL} GCOV_TOOL)
#MESSAGE(STATUS "gcov(fixed): [" ${GCOV_TOOL} "]")
set(GCOV_TOOL, "gcov-5")
set(GCOV_TOOL "gcov-5")

add_custom_target("coverage"
COMMAND "lcov" --directory . --zerocounters
Expand Down

0 comments on commit a1c1809

Please sign in to comment.