You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cmake): standardize exported target name to container_system::container_system (#507)
Change EXPORT_NAME from container to container_system so consumers get
container_system::container_system after find_package(container_system),
following the <package>::<package> convention.
Add container_system::container_system as canonical build-tree alias.
Backward-compatible aliases (container_system::container and
ContainerSystem::container) are preserved for existing consumers.
Part of kcenon/vcpkg-registry#78
0 commit comments