getting rid of stack.xml configuring

This commit is contained in:
Ken Conley 2012-01-19 03:28:36 +00:00
parent 1de10dd8aa
commit c89963b30d
2 changed files with 0 additions and 5 deletions

View File

@ -3,10 +3,6 @@ project(ros)
find_package(catkin)
find_package(Boost COMPONENTS thread)
# call catkin_stack() so we can configure stack.xml
catkin_stack()
configure_file(stack.xml.in ${CMAKE_CURRENT_SOURCE_DIR}/stack.xml @ONLY)
# Must call catkin_export_python() early, to ensure that things like
# rosunit are symlinked into build/bin, and can be found by things like
# add_gtest(), which is called from within lower-level CMakeLists.txts.

View File

@ -11,7 +11,6 @@ The ROS runtime "graph" is a peer-to-peer network of processes that are loosely
</description>
<author>Eric Berger, Ken Conley, Josh Faust, Tully Foote, Brian Gerkey, Jeremy Leibs, Morgan Quigley, Rob Wheeler</author>
<license>BSD</license>
<version>@ros_VERSION@</version>
<review status="doc reviewed" notes=""/>
<url>http://ros.org/wiki/ROS</url>
</stack>