Skip to content

Commit 63d4bfc

Browse files
committed
samples/wasm-c-api: remove unused valgrind detection
1 parent fcf4160 commit 63d4bfc

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

samples/wasm-c-api/CMakeLists.txt

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,3 @@ foreach(EX ${EXAMPLES})
205205
WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}
206206
)
207207
endforeach()
208-
209-
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
210-
find_program(VALGRIND
211-
valgrind
212-
REQUIRED
213-
)
214-
215-
# run `ctest -T memcheck -V --test-dir build`
216-
endif()

0 commit comments

Comments
 (0)