From 37463004a4cd5995f5077450ab5e95eada8f6937 Mon Sep 17 00:00:00 2001
From: Andreas Dedner <a.s.dedner@warwick.ac.uk>
Date: Wed, 14 Feb 2018 13:48:36 +0000
Subject: [PATCH] Merge branch 'bugfix/install_variable' into 'master'

fixed typo in variable

See merge request core/dune-common!456

(cherry picked from commit 317d556417bd9efa0d28cb6d3e46285ade2f0a99)

444bac38 fixed typo in variable
---
 cmake/modules/DunePythonFindPackage.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmake/modules/DunePythonFindPackage.cmake b/cmake/modules/DunePythonFindPackage.cmake
index b2752f058..8901d666a 100644
--- a/cmake/modules/DunePythonFindPackage.cmake
+++ b/cmake/modules/DunePythonFindPackage.cmake
@@ -101,7 +101,7 @@ function(dune_python_find_package)
   else()
     set(${PYPACKAGE_RESULT} FALSE)
     if(PYPACKAGE_REQUIRED)
-      message(FATAL_ERROR "The python package ${PYCHECK_PACKAGE} could not be found! (for interpreter ${PYPACKAGE_INTERPRETER})")
+      message(FATAL_ERROR "The python package ${PYPACKAGE_PACKAGE} could not be found! (for interpreter ${PYPACKAGE_INTERPRETER})")
     endif()
   endif()
 
-- 
GitLab