[CMake] Use output name of library target also for dictionary name#20563
[CMake] Use output name of library target also for dictionary name#20563guitargeek merged 1 commit intoroot-project:masterfrom
Conversation
Use output name of the library target also for the dictionary name, if the target is defined and the output name is different from the target name. This makes the dictionary and library file names more consistent. Closes root-project#15792.
bellenot
left a comment
There was a problem hiding this comment.
LGTM (once all the builds are green), thanks!
BTW, is there a risk of breaking users' code?
|
Thanks! No risk of breaking the users code, because this is only changing behavior for a case that did work before anyway: when the |
Cool, thanks Jonas! |
Use output name of the library target also for the dictionary name, if the target is defined and the output name is different from the target name. This makes the dictionary and library file names more consistent.
Closes #15792.