feat(vcpkg): update kcenon-logger-system overlay port#289
Merged
Conversation
- Update portfile with correct commit reference - Fix CMake options: BUILD_TESTS, LOGGER_BUILD_INTEGRATION_TESTS - Enable thread_system integration for better performance - Fix package name to LoggerSystem (matching CMake config) - Add libiconv dependency for non-Windows platforms - Reorder dependencies for clarity Closes #283
- Update version from 1.0.0 to 0.1.0 - Add libiconv to dependencies list - Update dependency graph with libiconv for non-Windows
kcenon
added a commit
that referenced
this pull request
Apr 13, 2026
* feat(vcpkg): update kcenon-logger-system overlay port - Update portfile with correct commit reference - Fix CMake options: BUILD_TESTS, LOGGER_BUILD_INTEGRATION_TESTS - Enable thread_system integration for better performance - Fix package name to LoggerSystem (matching CMake config) - Add libiconv dependency for non-Windows platforms - Reorder dependencies for clarity Closes #283 * docs(vcpkg): update logger-system port documentation - Update version from 1.0.0 to 0.1.0 - Add libiconv to dependencies list - Update dependency graph with libiconv for non-Windows
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
Changes
portfile.cmake
BUILD_TESTS,LOGGER_BUILD_INTEGRATION_TESTSLOGGER_USE_THREAD_SYSTEM=ON)LoggerSystem(matching CMake config)vcpkg.json
Documentation
Test Plan
vcpkg install --dry-runpasses with correct dependency resolutionRelated Issues
Closes #283
Part of #279