From b26aa54e84e904a4daf13d67ffec95ca5cf56380 Mon Sep 17 00:00:00 2001 From: Kei Okada Date: Thu, 29 Jan 2015 21:26:46 +0900 Subject: [PATCH] use cmake_modules --- laser_joint_projector/CMakeLists.txt | 2 +- laser_joint_projector/package.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/laser_joint_projector/CMakeLists.txt b/laser_joint_projector/CMakeLists.txt index dbbd951..dfdafcd 100644 --- a/laser_joint_projector/CMakeLists.txt +++ b/laser_joint_projector/CMakeLists.txt @@ -2,7 +2,7 @@ # Catkin CMake Standard: http://www.ros.org/doc/groovy/api/catkin/html/user_guide/standards.html cmake_minimum_required(VERSION 2.8.3) project(laser_joint_projector) -find_package(catkin REQUIRED COMPONENTS calibration_msgs roscpp geometry_msgs roscpp_serialization) +find_package(catkin REQUIRED COMPONENTS calibration_msgs roscpp geometry_msgs roscpp_serialization cmake_modules) find_package(kdl_parser REQUIRED) find_package(Eigen REQUIRED) diff --git a/laser_joint_projector/package.xml b/laser_joint_projector/package.xml index ba24867..2d995b6 100644 --- a/laser_joint_projector/package.xml +++ b/laser_joint_projector/package.xml @@ -16,6 +16,7 @@ catkin + cmake_modules calibration_msgs kdl_parser orocos_kdl