From 468d0daaf8526530dae50e5fc20c3b6549e16953 Mon Sep 17 00:00:00 2001
From: Lars Bilke <lars.bilke@ufz.de>
Date: Mon, 24 Sep 2012 15:00:23 +0200
Subject: [PATCH] Python is needed for coverage.

---
 scripts/cmake/Find.cmake | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/scripts/cmake/Find.cmake b/scripts/cmake/Find.cmake
index 2277bcc4356..75ae2794957 100644
--- a/scripts/cmake/Find.cmake
+++ b/scripts/cmake/Find.cmake
@@ -25,6 +25,8 @@ FIND_PROGRAM(GPROF_PATH gprof DOC "GNU profiler gprof")
 
 FIND_PACKAGE(cppcheck)
 
+FIND_PACKAGE(PythonInterp)
+
 ######################
 ### Find libraries ###
 ######################
-- 
GitLab