Fix rcc packages generation
ClosedPublic

Authored by apol on Mar 23 2018, 3:50 PM.

Details

Summary

Show an error when it doesn't succeed.
Don't use a generator expression for the rcc file, cmake isn't smart enough to
forward it, use a cache variable instead.

Diff Detail

Repository
R290 KPackage
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
apol created this revision.Mar 23 2018, 3:50 PM
Restricted Application added a project: Frameworks. · View Herald TranscriptMar 23 2018, 3:50 PM
apol requested review of this revision.Mar 23 2018, 3:50 PM
apol updated this revision to Diff 30330.Mar 23 2018, 4:03 PM

Allow to configure the used rcc file, use a better variable name

mart accepted this revision.Mar 23 2018, 4:12 PM
This revision is now accepted and ready to land.Mar 23 2018, 4:12 PM
This revision was automatically updated to reflect the committed changes.