libpmemobj-cpp: fixing package not building because of valgrind flag (#24967)
This commit is contained in:
		| @@ -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 | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Matthieu Dorier
					Matthieu Dorier