File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -239,6 +239,10 @@ install(FILES package.xml DESTINATION share/eigenpy)
239239# Allows Colcon to find non-Ament packages when using workspace underlays
240240file (WRITE ${CMAKE_CURRENT_BINARY_DIR} /share/ament_index/resource_index/packages/${PROJECT_NAME} "" )
241241install (FILES ${CMAKE_CURRENT_BINARY_DIR} /share/ament_index/resource_index/packages/${PROJECT_NAME} DESTINATION share/ament_index/resource_index/packages)
242+ file (WRITE ${CMAKE_CURRENT_BINARY_DIR} /share/${PROJECT_NAME} /hook/ament_prefix_path.dsv "prepend-non-duplicate;AMENT_PREFIX_PATH;" )
243+ install (FILES ${CMAKE_CURRENT_BINARY_DIR} /share/${PROJECT_NAME} /hook/ament_prefix_path.dsv DESTINATION share/${PROJECT_NAME} /hook)
244+ file (WRITE ${CMAKE_CURRENT_BINARY_DIR} /share/${PROJECT_NAME} /hook/python_path.dsv "prepend-non-duplicate;PYTHONPATH;${PYTHON_SITELIB} " )
245+ install (FILES ${CMAKE_CURRENT_BINARY_DIR} /share/${PROJECT_NAME} /hook/python_path.dsv DESTINATION share/${PROJECT_NAME} /hook)
242246
243247# ----------------------------------------------------
244248# --- PYTHON LIBRARY ---------------------------------
Original file line number Diff line number Diff line change 1+ {
2+ "hooks": [
3+ "share/eigenpy/hook/ament_prefix_path.dsv",
4+ "share/eigenpy/hook/python_path.dsv"
5+ ]
6+ }
You can’t perform that action at this time.
0 commit comments