Skip to content

Commit

Permalink
removed install of ROS package XML file - leave that to the ROS people
Browse files Browse the repository at this point in the history
  • Loading branch information
rtv committed Apr 27, 2017
1 parent 0cb9d04 commit 51c7dd0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,7 @@ ENDFOREACH(INC ${PC_INCLUDE_DIRS})
CONFIGURE_FILE (${CMAKE_CURRENT_SOURCE_DIR}/stage.pc.in ${CMAKE_CURRENT_BINARY_DIR}/stage.pc @ONLY)
INSTALL (FILES ${CMAKE_CURRENT_BINARY_DIR}/stage.pc DESTINATION ${PROJECT_LIB_DIR}/pkgconfig/)

# Install catkin package.xml
install(FILES package.xml DESTINATION share/stage)


MESSAGE( STATUS "Installation path CMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}" )

Expand Down

0 comments on commit 51c7dd0

Please sign in to comment.