Skip to content
Snippets Groups Projects
Commit 444bac38 authored by Matthew Collins's avatar Matthew Collins
Browse files

fixed typo in variable

parent 1200fa55
Branches
Tags
1 merge request!456fixed typo in variable
......@@ -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()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment