From edfed6b31bc8f7cfcdcab007cbcf4f65b578df4e Mon Sep 17 00:00:00 2001 From: leca <100461457+hmoyen@users.noreply.github.com> Date: Fri, 19 Jul 2024 20:40:58 -0300 Subject: [PATCH] Update CMakeLists.txt --- gazebo/dave_ros_gz_plugins/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gazebo/dave_ros_gz_plugins/CMakeLists.txt b/gazebo/dave_ros_gz_plugins/CMakeLists.txt index 79ec7c04..7c33aafb 100644 --- a/gazebo/dave_ros_gz_plugins/CMakeLists.txt +++ b/gazebo/dave_ros_gz_plugins/CMakeLists.txt @@ -45,7 +45,8 @@ install(DIRECTORY include/ ) # Environment hooks -ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/hooks/${PROJECT_NAME}.dsv.in") +ament_environment_hooks( +"${CMAKE_CURRENT_SOURCE_DIR}/hooks/${PROJECT_NAME}.dsv.in") # Testing setup if(BUILD_TESTING)