Skip to content
Snippets Groups Projects
Commit 37463004 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

Merge branch 'bugfix/install_variable' into 'master'

fixed typo in variable

See merge request !456

(cherry picked from commit 317d5564)

444bac38 fixed typo in variable
parent f4f39d81
No related branches found
No related tags found
1 merge request!459Merge branch 'bugfix/install_variable' into 'master'
Pipeline #
......@@ -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.
Finish editing this message first!
Please register or to comment