From cc27bb12ba4c889c508fc064fe9c48457597b0b6 Mon Sep 17 00:00:00 2001 From: William Woodall Date: Sun, 23 Feb 2014 11:00:41 -0800 Subject: [PATCH] Added dependency on cmake_modules --- CMakeLists.txt | 2 +- package.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a628238..7b40e86 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 2.8.3) project(laser_geometry) -find_package(catkin REQUIRED sensor_msgs roscpp tf angles) +find_package(catkin REQUIRED cmake_modules sensor_msgs roscpp tf angles) list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake) diff --git a/package.xml b/package.xml index 95ca100..3cc5dd3 100644 --- a/package.xml +++ b/package.xml @@ -18,6 +18,7 @@ catkin + cmake_modules sensor_msgs roscpp tf