Skip to content

Commit

Permalink
Rename hook file name
Browse files Browse the repository at this point in the history
  • Loading branch information
jasiex01 committed Oct 17, 2023
1 parent 65ca094 commit ddf6d88
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion leo_gz_worlds/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@ if(BUILD_TESTING)
ament_lint_auto_find_test_dependencies()
endif()

ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/hooks/gz_sim_resource_path.dsv")
ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/hooks/gz_sim_resource_path.dsv.in")

ament_package()
1 change: 0 additions & 1 deletion leo_gz_worlds/hooks/gz_sim_resource_path.dsv

This file was deleted.

1 change: 1 addition & 0 deletions leo_gz_worlds/hooks/gz_sim_resource_path.dsv.in
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
prepend-non-duplicate;IGN_GAZEBO_RESOURCE_PATH;share/@PROJECT_NAME@/worlds;share/@PROJECT_NAME@/models

0 comments on commit ddf6d88

Please sign in to comment.