From bee52696c4c2c69c46edcd96392cded35c6cdc1d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Christoph=20Gr=C3=BCninger?= <foss@grueninger.de>
Date: Thu, 26 Nov 2020 22:27:03 +0100
Subject: [PATCH] [cmake] Remove FindValgrind.cmake from install list

The file was removed a couple of month ago
---
 cmake/modules/CMakeLists.txt | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/cmake/modules/CMakeLists.txt b/cmake/modules/CMakeLists.txt
index 4c2a8184d8..27a97a8fdf 100644
--- a/cmake/modules/CMakeLists.txt
+++ b/cmake/modules/CMakeLists.txt
@@ -7,7 +7,6 @@ set(modules
   FindGLPK.cmake
   FindGstat.cmake
   FindNLOPT.cmake
-  FindPVPython.cmake
-  FindValgrind.cmake)
+  FindPVPython.cmake)
 include(GNUInstallDirs)
 install(FILES ${modules} DESTINATION ${DUNE_INSTALL_MODULEDIR})
-- 
GitLab