Enhancement #1592

CMake macro INSTALL_FILES_RECURSIVE doesn't take extra arguments

Added by Anonymous over 10 years ago. Updated over 10 years ago.

Status:ClosedStart date:08/13/2013
Priority:NormalDue date:
Assignee:J. Wienke% Done:

100%

Category:cmake
Target version:Robotics Service Bus - rsb-0.9

Description

If I pass additional install arguments (like install permissions) to the INSTALL_FILES_RECURSIVE macro, they doesn't seem to be passed to the install command. Is this possible to add?

Associated revisions

Revision a1482864
Added by J. Wienke over 10 years ago

fixes #1592: extra arguments for install_files_recursive

Allows to pass through arguments to the underlying install function.

Revision 9d288225
Added by J. Wienke over 10 years ago

refs #1592: extra arguments for install_files_recursive

Allows to pass through arguments to the underlying install function.

History

#1 Updated by J. Wienke over 10 years ago

Should be possible. Which options do you need?

#2 Updated by Anonymous over 10 years ago

Permissions. I would like to

install_files_recursive(${DESTINATION} ${FILE_LIST} PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ ...)

Maybe it is even possible to just pass all additional arguments through to the cmake install command?!

#3 Updated by J. Wienke over 10 years ago

  • Status changed from Feedback to Resolved
  • % Done changed from 0 to 100

Applied in changeset rsc|commit:a1482864f2ab61623097d4ea81bf162ccc6e19d2.

#4 Updated by Anonymous over 10 years ago

Can we backport this to 0.9? Shouldn't break anything (let's wait for CI to be sure).

#5 Updated by J. Wienke over 10 years ago

  • Status changed from Resolved to Closed

backported

Also available in: Atom PDF