Skip to content
Snippets Groups Projects
Commit b4c8be7f authored by Santiago Ospina De Los Ríos's avatar Santiago Ospina De Los Ríos
Browse files

Merge branch 'bugfix/expand-config-generator-expressions' into 'master'

Fix empty generator expression on singly config builds

Closes #376

See merge request !1418
parents 217ed4fe 49e3dbe4
Branches
Tags
1 merge request!1418Fix empty generator expression on singly config builds
Pipeline #73142 waiting for manual action
......@@ -567,8 +567,8 @@ function(dune_python_configure_package)
install(CODE "set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH})
set(DUNE_PYTHON_WHEELHOUSE ${DUNE_PYTHON_WHEELHOUSE})
include(DuneExecuteProcess)
message(\"Installing python package\")
dune_execute_process(COMMAND \"${CMAKE_COMMAND}\" --build . --target install_python --config $<CONFIG>
message(\"Installing python package $<$<BOOL:$<CONFIG>>:($<CONFIG>)>\")
dune_execute_process(COMMAND \"${CMAKE_COMMAND}\" --build . --target install_python $<$<BOOL:$<CONFIG>>:--config $<CONFIG>>
WARNING_MESSAGE \"python package installation failed - ignored\")
message(\"Installing wheel for python package at ${PYPKGCONF_PATH} into ${DUNE_PYTHON_WHEELHOUSE}...\")
dune_execute_process(COMMAND ${WHEEL_COMMAND}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment