Skip to content

Commit

Permalink
Fix gcov path
Browse files Browse the repository at this point in the history
  • Loading branch information
Keidan committed May 7, 2024
1 parent d75a387 commit 97a58d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmakes/gcov.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ if(DEFINED IS_DEBUG AND IS_DEBUG EQUAL 1 AND NOT DEFINED WIN32)
COMMAND ${CMAKE_MAKE_PROGRAM} clean
COMMAND rm -f ${OBJECT_DIR}/*.gcno
COMMAND rm -f ${OBJECT_DIR}/*.gcda
WORKING_DIRECTORY ${H2B_ROOT_BIN_DIR}
WORKING_DIRECTORY ${H2B_ROOT_BIN_DIR}/coverage
)
endif()

0 comments on commit 97a58d9

Please sign in to comment.