Skip to content

chore(cmake): standardize Config.cmake.in to kebab-case naming#535

Merged
kcenon merged 1 commit into
mainfrom
chore/cmake-config-kebab-case
Mar 25, 2026
Merged

chore(cmake): standardize Config.cmake.in to kebab-case naming#535
kcenon merged 1 commit into
mainfrom
chore/cmake-config-kebab-case

Conversation

@kcenon

@kcenon kcenon commented Mar 25, 2026

Copy link
Copy Markdown
Owner

Summary

  • Rename common_systemConfig.cmake.in to common_system-config.cmake.in
  • Update all CMakeLists.txt references to use kebab-case naming (common_system-config, common_system-config-version)

Why

Standardizes the config file naming convention to match the kebab-case pattern already used by other ecosystem packages (database_system-config.cmake.in, network_system-config.cmake.in, container_system-config.cmake.in).

Related Issues

Test plan

  • Verify CMake configure step succeeds
  • Verify find_package(common_system CONFIG REQUIRED) works after install

Rename common_systemConfig.cmake.in to common_system-config.cmake.in
and update all CMakeLists.txt references to use kebab-case naming
convention (common_system-config, common_system-config-version).
@kcenon kcenon merged commit a398f98 into main Mar 25, 2026
28 checks passed
@kcenon kcenon deleted the chore/cmake-config-kebab-case branch March 25, 2026 08:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore(cmake): Standardize Config.cmake.in to kebab-case naming

1 participant