Skip to content

Commit 79210f3

Browse files
authored
Merge pull request #517 from k-okada/ros-o
[ros-o] collada_urdf_jsk_patch: skip cmake/pkg config generation
2 parents 028af35 + eae3584 commit 79210f3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

jsk_ros_patch/collada_urdf_jsk_patch/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ elseif (("$ENV{ROS_DISTRO}" STREQUAL "melodic") OR ("$ENV{ROS_DISTRO}" STREQUAL
1313
set(GIT_REPO collada_urdf)
1414
else()
1515
find_package(catkin REQUIRED)
16-
catkin_package(CATKIN_DEPENDS)
16+
catkin_package(CATKIN_DEPENDS
17+
SKIP_CMAKE_CONFIG_GENERATION
18+
SKIP_PKG_CONFIG_GENERATION)
1719
file(TOUCH ${CMAKE_CURRENT_BINARY_DIR}/CATKIN_IGNORE)
1820
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/CATKIN_IGNORE #catkin_lint: ignore_once missing_file
1921
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

0 commit comments

Comments
 (0)