Commit 74130be1 authored by TokuBuild's avatar TokuBuild Committed by Yoni Fogel

refs #4871 fix finding of gcov47

git-svn-id: file:///svn/toku/tokudb@46067 c7de825b-a66e-492c-adef-691d508d4ae1
parent c296bf85
......@@ -30,7 +30,7 @@ if (USE_GCOV)
if (NOT CMAKE_CXX_COMPILER_ID MATCHES GNU)
message(FATAL_ERROR "Must use the GNU compiler to compile for test coverage.")
endif ()
find_path(COVERAGE_COMMAND NAMES gcov47 gcov)
find_program(COVERAGE_COMMAND NAMES gcov47 gcov)
endif (USE_GCOV)
include(CheckCCompilerFlag)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment