Skip to content

Commit

Permalink
Merge pull request #225 from personalrobotics/bugfix/manifest.xml
Browse files Browse the repository at this point in the history
Removed rosbuild support.
  • Loading branch information
mkoval committed Nov 10, 2015
2 parents b7a64d4 + 7629335 commit baffdcd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 77 deletions.
25 changes: 8 additions & 17 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,10 @@
#
# Personal Robotics Laboratory
# Catkin/Rosbuild Switching Template
#
# This CMakeLists.txt file is designed to correctly switch two CMakeLists,
# one for rosbuild and one for catkin.
#
# To use this file, create two CMakeLists:
# - catkin.cmake : the CMakeLists used in ROS catkin builds
# - rosbuild.cmake : the CMakeLists used for ROS rosbuild builds
#
cmake_minimum_required(VERSION 2.8.3)
project(prpy)

if (DEFINED CATKIN_TOPLEVEL OR (NOT ("$ENV{ROS_DISTRO}" STREQUAL "fuerte")))
include(${PROJECT_SOURCE_DIR}/catkin.cmake)
else ()
include(${PROJECT_SOURCE_DIR}/rosbuild.cmake)
endif ()

find_package(catkin REQUIRED)
catkin_package()
catkin_python_setup()

if (CATKIN_ENABLE_TESTING)
catkin_add_nosetests(tests)
endif()
9 changes: 0 additions & 9 deletions catkin.cmake

This file was deleted.

21 changes: 0 additions & 21 deletions manifest.xml

This file was deleted.

30 changes: 0 additions & 30 deletions rosbuild.cmake

This file was deleted.

0 comments on commit baffdcd

Please sign in to comment.