Skip to content

Commit

Permalink
ci: auto fixes from pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
msclock authored and github-actions[bot] committed Oct 22, 2023
1 parent 25c9e51 commit 9dca82e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/test/Valgrind.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ set(USE_VALGRIND

if(VALGRIND_COMMAND)
message(
STATUS
"Activate valgrind: ${VALGRIND_COMMAND}.
STATUS
"Activate valgrind: ${VALGRIND_COMMAND}.
USE_VALGRIND default options: --leak-check=full --gen-suppressions=all --track-origins=yes
Options:
--show-leak-kinds=all - show all possible leak
--gen-suppressions=all - gen suppress info automatically
--track-origins=yes - locates the original position
--suppressions=\"${CMAKE_SOURCE_DIR}/valgrind_suppress.txt\" - use valgrind supress config file"
)
--suppressions=\"${CMAKE_SOURCE_DIR}/valgrind_suppress.txt\" - use valgrind suppress config file"
)
endif()

if(NOT CMAKE_HOST_UNIX)
Expand Down

0 comments on commit 9dca82e

Please sign in to comment.