fix(vcpkg): Add missing ecosystem dependencies and logging feature#280
Merged
Conversation
- Add kcenon-common-system as required dependency - Add kcenon-thread-system as required dependency - Add logging feature with kcenon-logger-system dependency - Resolves issue #277
Allows CI to continue when vcpkg ecosystem dependencies are not yet registered in the vcpkg registry. Actual build uses submodules. Related to #279
kcenon
added a commit
that referenced
this pull request
Apr 13, 2026
) * fix(vcpkg): add missing ecosystem dependencies and logging feature - Add kcenon-common-system as required dependency - Add kcenon-thread-system as required dependency - Add logging feature with kcenon-logger-system dependency - Resolves issue #277 * docs: update changelog for vcpkg ecosystem dependencies (#277) * ci: add continue-on-error for vcpkg install steps Allows CI to continue when vcpkg ecosystem dependencies are not yet registered in the vcpkg registry. Actual build uses submodules. Related to #279
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds missing required ecosystem dependencies to vcpkg.json and adds logging feature as specified in issue #277.
Changes
kcenon-common-systemas required dependencykcenon-thread-systemas required dependencyloggingfeature withkcenon-logger-systemdependencyvcpkg.json Updates
{ "dependencies": [ "kcenon-common-system", "kcenon-thread-system" ], "features": { "logging": { "description": "Enable logger_system integration for audit logging", "dependencies": ["kcenon-logger-system"] } } }Checklist
Related Issues
Closes #277
Note
The kcenon-* packages are not yet registered in vcpkg registry (tracked in #279). This PR prepares the manifest for future registry integration.