Skip to content

Commit

Permalink
removed unneeded set command
Browse files Browse the repository at this point in the history
  • Loading branch information
john-chrosniak committed Sep 19, 2024
1 parent 0dda791 commit af07643
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion j2735_v2x_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ find_package(ros_environment REQUIRED)
set(ROS_VERSION $ENV{ROS_VERSION})

file(GLOB msg_files msg/*.msg)
set(msgs )

if(${ROS_VERSION} EQUAL 1) # ROS 1
find_package(catkin REQUIRED
Expand Down
1 change: 0 additions & 1 deletion j3224_v2x_msgs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ find_package(ros_environment REQUIRED)
set(ROS_VERSION $ENV{ROS_VERSION})

file(GLOB msg_files msg/*.msg)
set(msgs )

if(${ROS_VERSION} EQUAL 1) # ROS 1

Expand Down

0 comments on commit af07643

Please sign in to comment.