Skip to content

Commit

Permalink
BuildICUB: specify full path for Python bindings installation
Browse files Browse the repository at this point in the history
Fix #1519 .
  • Loading branch information
traversaro authored Nov 16, 2023
1 parent def349c commit 93ab0d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/BuildICUB.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ else()
endif()

if(ROBOTOLOGY_USES_PYTHON AND NOT ROBOTOLOGY_GENERATE_CONDA_RECIPES)
set(ICUB_PYTHON_INSTALL_CMAKE_ARGS "-DCMAKE_INSTALL_PYTHONDIR=${ROBOTOLOGY_SUPERBUILD_PYTHON_INSTALL_DIR}")
set(ICUB_PYTHON_INSTALL_CMAKE_ARGS "-DCMAKE_INSTALL_PYTHONDIR=${YCM_EP_INSTALL_DIR}/${ROBOTOLOGY_SUPERBUILD_PYTHON_INSTALL_DIR}")
else()
set(ICUB_PYTHON_INSTALL_CMAKE_ARGS "")
endif()
Expand Down

0 comments on commit 93ab0d8

Please sign in to comment.