We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cb9d04 commit 51c7dd0Copy full SHA for 51c7dd0
CMakeLists.txt
@@ -137,8 +137,7 @@ ENDFOREACH(INC ${PC_INCLUDE_DIRS})
137
CONFIGURE_FILE (${CMAKE_CURRENT_SOURCE_DIR}/stage.pc.in ${CMAKE_CURRENT_BINARY_DIR}/stage.pc @ONLY)
138
INSTALL (FILES ${CMAKE_CURRENT_BINARY_DIR}/stage.pc DESTINATION ${PROJECT_LIB_DIR}/pkgconfig/)
139
140
-# Install catkin package.xml
141
-install(FILES package.xml DESTINATION share/stage)
+
142
143
MESSAGE( STATUS "Installation path CMAKE_INSTALL_PREFIX=${CMAKE_INSTALL_PREFIX}" )
144
0 commit comments