Skip to content

Use version cache for generated package targets to avoid target duplication with different names #43

@fcturan20

Description

@fcturan20

nos_get_package() cmake function creates target named with version argument passed. This causes duplicated targets with different names such as _nos_gen_plugin_40 and _nos_gen_plugin_40_0 . To fix this, we need to cache already requested targets' versions and check compatibility with the requested one.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions