SERVER-51479 Upgrade valgrind header from 3.14.0 to 3.17.0

This commit is contained in:
Andrew Morrow
2021-04-21 17:31:20 -04:00
committed by Evergreen Agent
parent 3e9d60c7a9
commit 0f07d8b7e2
4 changed files with 535 additions and 25 deletions

View File

@@ -108,7 +108,7 @@ if not use_system_version_of_library('snappy'):
# Valgrind is a header only include as valgrind.h includes everything we need
if not use_system_version_of_library('valgrind'):
thirdPartyEnvironmentModifications['valgrind'] = {
'CPPPATH' : ['#/src/third_party/valgrind-3.14.0/include'],
'CPPPATH' : ['#/src/third_party/valgrind/include'],
}
if not use_system_version_of_library('zlib'):