Skip to content

Commit

Permalink
[description][test] Use source permission to pass the tests in instal…
Browse files Browse the repository at this point in the history
…l space.
  • Loading branch information
130s committed Jan 14, 2018
1 parent 282e085 commit 0d8e849
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openni_description/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ find_package(catkin REQUIRED)
catkin_package()

install(DIRECTORY model DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
install(DIRECTORY test DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

install(DIRECTORY test DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} USE_SOURCE_PERMISSIONS)
if (CATKIN_ENABLE_TESTING)
find_package(catkin REQUIRED COMPONENTS rostest)
if("$ENV{ROS_DISTRO}" STRGREATER "jade")
Expand Down

0 comments on commit 0d8e849

Please sign in to comment.