Merge branch 'bugfix/doublepackageinstallation' into 'master'
avoid installation of dune package in skbuild mode
See merge request !1170
(cherry picked from commit d53c04f5)
40a97da4 avoid installation of dune package in skbuild mode
--editable # Installations into the internal env are always editable
.
WORKING_DIRECTORY "${PYPKGCONF_PATH}"
RESULT_VARIABLE PYTHON_INSTALL_FAILED
ERROR_VARIABLE PYTHON_INSTALL_ERROR
WARNING_MESSAGE "python package at '${PYPKGCONF_PATH}' could not be installed - possibly connection to the python package index failed\n${PYTHON_INSTALL_ERROR}"
--editable # Installations into the internal env are always editable
.
WORKING_DIRECTORY "${PYPKGCONF_PATH}"
RESULT_VARIABLE PYTHON_INSTALL_FAILED
ERROR_VARIABLE PYTHON_INSTALL_ERROR
WARNING_MESSAGE "python package at '${PYPKGCONF_PATH}' could not be installed - possibly connection to the python package index failed\n${PYTHON_INSTALL_ERROR}"