Update cmake VALGRIND defs to match Makefile

This commit is contained in:
Andrew Noyes 2020-03-03 13:41:37 -08:00
parent 41cf0745a4
commit 0539ca55d8
1 changed files with 1 additions and 1 deletions

View File

@ -198,7 +198,7 @@ else()
endif()
if (USE_VALGRIND)
add_compile_options(-DVALGRIND -DUSE_VALGRIND)
add_compile_options(-DVALGRIND=1 -DUSE_VALGRIND=1)
endif()
if (CLANG)
add_compile_options()