Skip to content

Instantly share code, notes, and snippets.

@mxgrey
Created March 19, 2024 18:37
Show Gist options
  • Save mxgrey/e4570f9d57ab0cf31c7bd242a94528ba to your computer and use it in GitHub Desktop.
Save mxgrey/e4570f9d57ab0cf31c7bd242a94528ba to your computer and use it in GitHub Desktop.
bad resource generation
if("x${CMAKE_INSTALL_COMPONENT}x" STREQUAL "xUnspecifiedx" OR NOT CMAKE_INSTALL_COMPONENT)
file(INSTALL DESTINATION "${CMAKE_INSTALL_PREFIX}/share/ament_index/resource_index/rust_packages" TYPE FILE FILES "/usr/local/google/home/mxgrey/projects/ros2-rolling/build/libstatistics_collector/ament_cmake_index/share/ament_index/resource_index/rust_packages/libstatistics_collector")
endif()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment