From 12ea8386bbea9555c0e8c904caacc3e8fb7dbb99 Mon Sep 17 00:00:00 2001 From: Damon Kohler Date: Thu, 17 Nov 2016 11:49:59 +0100 Subject: [PATCH] Updates CMake. (#171) --- cartographer_ros/cartographer_ros/CMakeLists.txt | 12 +----------- cartographer_rviz/cartographer_rviz/CMakeLists.txt | 2 -- 2 files changed, 1 insertion(+), 13 deletions(-) diff --git a/cartographer_ros/cartographer_ros/CMakeLists.txt b/cartographer_ros/cartographer_ros/CMakeLists.txt index f05b5d6..9739c33 100644 --- a/cartographer_ros/cartographer_ros/CMakeLists.txt +++ b/cartographer_ros/cartographer_ros/CMakeLists.txt @@ -1,6 +1,5 @@ google_library(assets_writer USES_CARTOGRAPHER - USES_ROS SRCS assets_writer.cc HDRS @@ -13,7 +12,6 @@ google_library(assets_writer google_library(map_writer USES_GLOG - USES_ROS USES_YAMLCPP SRCS map_writer.cc @@ -25,7 +23,6 @@ google_library(msg_conversion USES_CARTOGRAPHER USES_GLOG USES_PCL - USES_ROS SRCS msg_conversion.cc HDRS @@ -48,7 +45,6 @@ google_library(node_options google_library(occupancy_grid USES_CARTOGRAPHER USES_GLOG - USES_ROS SRCS occupancy_grid.cc HDRS @@ -60,7 +56,6 @@ google_library(occupancy_grid google_library(ros_log_sink USES_GLOG - USES_ROS SRCS ros_log_sink.cc HDRS @@ -69,7 +64,6 @@ google_library(ros_log_sink google_library(sensor_bridge USES_CARTOGRAPHER - USES_ROS SRCS sensor_bridge.cc HDRS @@ -93,16 +87,14 @@ google_library(tf_bridge google_library(time_conversion USES_CARTOGRAPHER - USES_ROS SRCS time_conversion.cc HDRS time_conversion.h ) -google_catkin_test(time_conversion_test +google_test(time_conversion_test USES_CARTOGRAPHER - USES_ROS SRCS time_conversion_test.cc DEPENDS @@ -113,7 +105,6 @@ google_binary(cartographer_assets_writer USES_CARTOGRAPHER USES_GFLAGS USES_GLOG - USES_ROS SRCS assets_writer_main.cc DEPENDS @@ -126,7 +117,6 @@ google_binary(cartographer_node USES_EIGEN USES_GFLAGS USES_GLOG - USES_ROS SRCS node_main.cc DEPENDS diff --git a/cartographer_rviz/cartographer_rviz/CMakeLists.txt b/cartographer_rviz/cartographer_rviz/CMakeLists.txt index 7bd6952..386e6ef 100644 --- a/cartographer_rviz/cartographer_rviz/CMakeLists.txt +++ b/cartographer_rviz/cartographer_rviz/CMakeLists.txt @@ -1,7 +1,6 @@ google_library(drawable_submap USES_CARTOGRAPHER USES_EIGEN - USES_ROS SRCS drawable_submap.cc HDRS @@ -10,7 +9,6 @@ google_library(drawable_submap google_library(submaps_display USES_CARTOGRAPHER - USES_ROS SRCS submaps_display.cc HDRS