Skip to content

Commit 51c7dd0

Browse files
committed
removed install of ROS package XML file - leave that to the ROS people
1 parent 0cb9d04 commit 51c7dd0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ ENDFOREACH(INC ${PC_INCLUDE_DIRS})
137137
CONFIGURE_FILE (${CMAKE_CURRENT_SOURCE_DIR}/stage.pc.in ${CMAKE_CURRENT_BINARY_DIR}/stage.pc @ONLY)
138138
INSTALL (FILES ${CMAKE_CURRENT_BINARY_DIR}/stage.pc DESTINATION ${PROJECT_LIB_DIR}/pkgconfig/)
139139

140-
# Install catkin package.xml
141-
install(FILES package.xml DESTINATION share/stage)
140+
142141

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

0 commit comments

Comments
 (0)