Skip to content

Fix build metadata: vcpkg version and undefined summary variable - #1021

Merged
kblaschke merged 1 commit into
projectM-visualizer:masterfrom
thedavidweng:fix/build-metadata
Sep 3, 2026
Merged

Fix build metadata: vcpkg version and undefined summary variable#1021
kblaschke merged 1 commit into
projectM-visualizer:masterfrom
thedavidweng:fix/build-metadata

Conversation

@thedavidweng

Copy link
Copy Markdown
Contributor

Two small build-metadata fixes, no behavior change:

  • vcpkg.json: bump version from 4.1.2 to 4.2.0 to match project(libprojectM VERSION 4.2.0) in CMakeLists.txt. It was missed when the version was bumped.
  • CMakeLists.txt: remove the configure-summary line printing ${ENABLE_SHARED_LINKING}. That variable is never defined via option() anywhere in the tree and is not passed by CI, so the summary always printed an empty value.

Verified with a clean macOS configure (cmake -S . -B build): configuration succeeds and the summary no longer contains the empty line. Kept separate from any docs changes.

@kblaschke kblaschke left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes total sense, I've totally missed to update the vcpkg manifest, which should help with local port overlays.

@kblaschke
kblaschke merged commit 397f15e into projectM-visualizer:master Sep 3, 2026
@thedavidweng
thedavidweng deleted the fix/build-metadata branch September 3, 2026 12:05
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.

2 participants