Skip to content
Snippets Groups Projects
Commit 2ef623d1 authored by Timo Koch's avatar Timo Koch Committed by Robert K
Browse files

[python][cmake] For DUNE_PYTHON_USE_VENV=FALSE exit FATAL_ERROR if attempt to...

[python][cmake] For DUNE_PYTHON_USE_VENV=FALSE exit FATAL_ERROR if attempt to call dune_python_configure_dependencies
parent e1a8ff46
Branches
Tags
1 merge request!1222[feature][Python] Make use of venv optional. Default is ON.
......@@ -161,7 +161,7 @@ include_guard(GLOBAL)
function(dune_python_configure_dependencies)
if(NOT DUNE_PYTHON_USE_VENV)
return()
message(FATAL_ERROR "Tried to install Python dependencies when the use of virtual environments has been disabled via DUNE_PYTHON_USE_VENV=FALSE")
endif()
# Parse Arguments
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment