Skip to content

Commit

Permalink
Prevent compiler warning if compiling under ROS (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
Timple authored and facontidavide committed Mar 16, 2017
1 parent fc09304 commit d26a116
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ if (NOT CMAKE_BUILD_TYPE)
endif()

if(COMPILING_WITH_CATKIN)
message("---------------------------------------------------------------------")
message("PlotJuggler is being built using CATKIN. ROS plugins will be compiled")
message("---------------------------------------------------------------------")
message(STATUS "---------------------------------------------------------------------")
message(STATUS "PlotJuggler is being built using CATKIN. ROS plugins will be compiled")
message(STATUS "---------------------------------------------------------------------")

find_package(catkin REQUIRED COMPONENTS
rosbag
Expand Down

0 comments on commit d26a116

Please sign in to comment.