Part of kcenon/common_system#456
What
Change the CMake export namespace from NetworkSystem:: to network_system::.
- Current:
NAMESPACE NetworkSystem::
- Expected:
NAMESPACE network_system::
- Scope:
cmake/NetworkSystemInstall.cmake, Config template
Why
Ecosystem convention is <name>:: with snake_case. Standardizing matches vcpkg port naming and find_package() package name. The Config template already provides NetworkSystem_FOUND compatibility variables.
How
- Change
NAMESPACE NetworkSystem:: to NAMESPACE network_system:: in NetworkSystemInstall.cmake
- Update Config template target references
- Add backward compatibility aliases if not already present
Acceptance Criteria
Part of kcenon/common_system#456
What
Change the CMake export namespace from
NetworkSystem::tonetwork_system::.NAMESPACE NetworkSystem::NAMESPACE network_system::cmake/NetworkSystemInstall.cmake, Config templateWhy
Ecosystem convention is
<name>::with snake_case. Standardizing matches vcpkg port naming andfind_package()package name. The Config template already providesNetworkSystem_FOUNDcompatibility variables.How
NAMESPACE NetworkSystem::toNAMESPACE network_system::inNetworkSystemInstall.cmakeAcceptance Criteria
network_system::NetworkSystem::network_system-targets.cmake(already correct)