Skip to content

Commit

Permalink
disabling install of env hooks because they cause source devel/setup.…
Browse files Browse the repository at this point in the history
…bash to never return
  • Loading branch information
lucasw committed May 5, 2023
1 parent d4bb54a commit 32e0b4a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions rosmon_core/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -177,10 +177,11 @@ if(CATKIN_ENABLE_TESTING)
endif()

# Version 1.6 (increment this comment to trigger a CMake update)
catkin_add_env_hooks(50-rosmon
SHELLS bash zsh
DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/env-hooks
)
# disabling for Ubuntu 22.04 and greater
# catkin_add_env_hooks(50-rosmon
# SHELLS bash zsh
# DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/env-hooks
# )

install(TARGETS rosmon rosmon_launch_config _shim
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
Expand Down

0 comments on commit 32e0b4a

Please sign in to comment.