Skip to content

Commit edfed6b

Browse files
authored
Update CMakeLists.txt
1 parent 79749bd commit edfed6b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gazebo/dave_ros_gz_plugins/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,8 @@ install(DIRECTORY include/
4545
)
4646

4747
# Environment hooks
48-
ament_environment_hooks("${CMAKE_CURRENT_SOURCE_DIR}/hooks/${PROJECT_NAME}.dsv.in")
48+
ament_environment_hooks(
49+
"${CMAKE_CURRENT_SOURCE_DIR}/hooks/${PROJECT_NAME}.dsv.in")
4950

5051
# Testing setup
5152
if(BUILD_TESTING)

0 commit comments

Comments
 (0)