Skip to content

Commit d65eb42

Browse files
authored
chore(deps): update common_system to latest version with ObjectPool fix
Update common_system FetchContent pin from v0.1.0 to latest main (e5adfa9), which includes the zero-overhead ObjectPool deleter fix from Phase 1.
1 parent 5d2a65e commit d65eb42

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmake/UnifiedDependencies.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ option(UNIFIED_ALLOW_FETCHCONTENT "Allow FetchContent fallback for dependencies"
3434
# for reproducible builds. Using "main" is a moving target and breaks SOUP traceability.
3535
# See: https://github.com/kcenon/common_system/issues/402
3636
set(UNIFIED_COMMON_SYSTEM_GIT_URL "https://github.com/kcenon/common_system.git" CACHE STRING "Git URL for common_system")
37-
set(UNIFIED_COMMON_SYSTEM_GIT_TAG "v0.1.0" CACHE STRING "Git tag/branch for common_system (use a release tag, not 'main')")
37+
set(UNIFIED_COMMON_SYSTEM_GIT_TAG "e5adfa9" CACHE STRING "Git tag/branch for common_system (use a release tag or commit hash, not 'main')")
3838

3939
if("${UNIFIED_COMMON_SYSTEM_GIT_TAG}" STREQUAL "main")
4040
message(WARNING

0 commit comments

Comments
 (0)