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 6eb3b13 commit dbb3909Copy full SHA for dbb3909
CMakeLists.txt
@@ -230,6 +230,9 @@ ADD_SOURCE_GROUP(${PROJECT_NAME}_SOURCES)
230
231
# Install package for ROS
232
install(FILES package.xml DESTINATION share/eigenpy)
233
+# Allows Colcon to find non-Ament packages when using workspace underlays
234
+file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/share/ament_index/resource_index/packages/${PROJECT_NAME} "")
235
+install(FILES ${CMAKE_CURRENT_BINARY_DIR}/share/ament_index/resource_index/packages/${PROJECT_NAME} DESTINATION share/ament_index/resource_index/packages)
236
237
# ----------------------------------------------------
238
# --- PYTHON LIBRARY ---------------------------------
0 commit comments