Skip to content

Commit

Permalink
collada_urdf_jsk_patch: skip cmake/pkg config generation. collada_urd…
Browse files Browse the repository at this point in the history
…f_jsk_patch is totally dummy package
  • Loading branch information
k-okada committed Jan 7, 2025
1 parent 028af35 commit eae3584
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion jsk_ros_patch/collada_urdf_jsk_patch/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ elseif (("$ENV{ROS_DISTRO}" STREQUAL "melodic") OR ("$ENV{ROS_DISTRO}" STREQUAL
set(GIT_REPO collada_urdf)
else()
find_package(catkin REQUIRED)
catkin_package(CATKIN_DEPENDS)
catkin_package(CATKIN_DEPENDS
SKIP_CMAKE_CONFIG_GENERATION
SKIP_PKG_CONFIG_GENERATION)
file(TOUCH ${CMAKE_CURRENT_BINARY_DIR}/CATKIN_IGNORE)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/CATKIN_IGNORE #catkin_lint: ignore_once missing_file
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
Expand Down

0 comments on commit eae3584

Please sign in to comment.