libpmemobj-cpp: fixing package not building because of valgrind flag (#24967)
This commit is contained in:
parent
feb0556664
commit
2db3459e6b
@ -34,3 +34,7 @@ class LibpmemobjCpp(CMakePackage):
|
|||||||
depends_on('pmdk@1.8:', when='@1.9:')
|
depends_on('pmdk@1.8:', when='@1.9:')
|
||||||
depends_on('pmdk@1.7:', when='@1.8:')
|
depends_on('pmdk@1.7:', when='@1.8:')
|
||||||
depends_on('pmdk@1.4:', when='@1.5:')
|
depends_on('pmdk@1.4:', when='@1.5:')
|
||||||
|
|
||||||
|
def cmake_args(self):
|
||||||
|
args = ['-DTESTS_USE_VALGRIND=OFF']
|
||||||
|
return args
|
||||||
|
Loading…
Reference in New Issue
Block a user