Skip to content

Commit

Permalink
[Python] Show install command and error out when pip install fails
Browse files Browse the repository at this point in the history
Issue: #1768
  • Loading branch information
amadio committed Nov 8, 2022
1 parent 7ae8f16 commit 8fcb619
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,8 @@ else()
COMMAND /usr/bin/env ${XROOTD_PYBUILD_ENV} ${PYTHON_EXECUTABLE} -m pip install \
${PIP_OPTIONS} \
${CMAKE_CURRENT_BINARY_DIR}
COMMAND_ECHO STDOUT
COMMAND_ERROR_IS_FATAL ANY
)"
)
endif()

0 comments on commit 8fcb619

Please sign in to comment.