From 74b429acf9fac171934a08a53111885354b1b876 Mon Sep 17 00:00:00 2001 From: Jackie Kay Date: Tue, 23 Feb 2016 09:35:05 -0800 Subject: [PATCH] Remove cmake_modules dependency --- kdl_parser_py/CMakeLists.txt | 2 +- kdl_parser_py/package.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/kdl_parser_py/CMakeLists.txt b/kdl_parser_py/CMakeLists.txt index 7f72300..6bbffaf 100644 --- a/kdl_parser_py/CMakeLists.txt +++ b/kdl_parser_py/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 2.8.3) project(kdl_parser_py) find_package(catkin REQUIRED - COMPONENTS urdf cmake_modules + COMPONENTS urdf ) catkin_package( diff --git a/kdl_parser_py/package.xml b/kdl_parser_py/package.xml index 064f043..7807435 100644 --- a/kdl_parser_py/package.xml +++ b/kdl_parser_py/package.xml @@ -18,6 +18,7 @@ https://github.com/ros/robot_model/issues catkin + python-catkin-pkg orocos_kdl urdf