Fix minimum CMake version for presets workflow (3.14 → 3.21)#14
Closed
Copilot wants to merge 2 commits intoCI-CD-workflowfrom
Closed
Fix minimum CMake version for presets workflow (3.14 → 3.21)#14Copilot wants to merge 2 commits intoCI-CD-workflowfrom
Copilot wants to merge 2 commits intoCI-CD-workflowfrom
Conversation
Co-authored-by: TexLeeV <96411791+TexLeeV@users.noreply.github.com> Agent-Logs-Url: https://github.com/TexLeeV/socratic-cpp/sessions/17e3de01-8145-4d2e-b037-90bec3f0b5ee
Copilot
AI
changed the title
[WIP] [WIP] Address feedback on CI/CD workflow implementation
Fix minimum CMake version for presets workflow (3.14 → 3.21)
Mar 25, 2026
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.
CMakePresets.jsonuses presets format v3, which requires CMake 3.21, but both the file'scmakeMinimumRequiredfield anddocs/BUILDING.mdincorrectly stated 3.14 as sufficient.Changes
CMakePresets.json:cmakeMinimumRequiredcorrected to3.21.0docs/BUILDING.md: Both the Requirements section and the Tools summary updated from3.14→3.21, with an inline note tying the requirement to presets format v3⚡ Quickly spin up Copilot coding agent tasks from anywhere on your macOS or Windows machine with Raycast.