From d26a116708bdbecc4061b76a2e9ada8dbb66fd60 Mon Sep 17 00:00:00 2001 From: Tim Clephas Date: Thu, 16 Mar 2017 10:30:51 +0100 Subject: [PATCH] Prevent compiler warning if compiling under ROS (#29) --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8e7ee023a..856f13236 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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