install,export: Maybe transform OBJECT libraries to INTERFACE libraries
Teach the install
and export
commands to support installing and
exporting OBJECT
libraries without their object files. Transform
them to INTERFACE
libraries in such cases.
For install(TARGETS)
, activate this when no destination for the object
files is specified. For export
, activate this only under Xcode with
multiple architectures when we have no well-defined object file
locations to give to clients.
Merge request reports
Activity
added workflow:in-review label
mentioned in merge request !1524 (merged)
added workflow:nightly-testing and removed workflow:in-review labels
removed workflow:nightly-testing label
mentioned in commit 61f92e69
mentioned in issue #18935
Please register or sign in to reply