Skip to content

Commit 4797b4d

Browse files
Merge pull request GraphBLAS#302 from GraphBLAS/with_GraphBLAS_v10
memcheck: turn off show-reachable, to ignore spurious "leaks" in OpenMP
2 parents 75bfadc + fda4783 commit 4797b4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,7 @@ message ( STATUS "CMAKE C flags: " ${CMAKE_C_FLAGS} )
293293
# enable testing and add subdirectories
294294
#-------------------------------------------------------------------------------
295295

296+
set ( MEMORYCHECK_COMMAND_OPTIONS "--show-reachable=no" )
296297
include ( CTest )
297298

298299
add_subdirectory ( src )

0 commit comments

Comments
 (0)