From 3a5a053b1462ba4212298384c69470921ec9db33 Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Tue, 24 Aug 2021 13:48:19 +0200
Subject: [PATCH] [cmake] Stop looking for unused valgrid package

---
 cmake/modules/DumuxMacros.cmake | 1 -
 1 file changed, 1 deletion(-)

diff --git a/cmake/modules/DumuxMacros.cmake b/cmake/modules/DumuxMacros.cmake
index f1628c8e01..9b314a36cd 100644
--- a/cmake/modules/DumuxMacros.cmake
+++ b/cmake/modules/DumuxMacros.cmake
@@ -13,4 +13,3 @@ find_package(NLOPT)
 find_package(PTScotch)
 include(AddPTScotchFlags)
 find_package(PVPython)
-find_package(Valgrind)
-- 
GitLab