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 6, 2024
1 parent 97095b3 commit d75a387
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 ${CMAKH2B_ROOT_BIN_DIR_BINARY_DIR}
WORKING_DIRECTORY ${H2B_ROOT_BIN_DIR}
)
endif()

0 comments on commit d75a387

Please sign in to comment.