Skip to content

fix: Remove FetchContent for the Transport#55

Merged
tomasz-blasz merged 1 commit intomainfrom
topic/transport-must-be-installed
Mar 6, 2026
Merged

fix: Remove FetchContent for the Transport#55
tomasz-blasz merged 1 commit intomainfrom
topic/transport-must-be-installed

Conversation

@tomasz-blasz
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings March 6, 2026 10:21
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR removes the CMake FetchContent-based fallback for acquiring FireboltTransport and switches the build to require an installed FireboltTransport package.

Changes:

  • Removed FetchContent usage and Transport version-selection logic from the top-level CMake configuration.
  • Dropped the custom check_version_compatibility() helper from cmake/version.cmake.
  • Documented the breaking build-system change in CHANGELOG.md.

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 4 comments.

File Description
cmake/version.cmake Removes the now-unused version compatibility helper.
CMakeLists.txt Stops fetching Transport and requires dependencies via find_package().
CHANGELOG.md Adds a breaking-change note about removing FetchContent.
.transport.version Bumps Transport version value, though it is no longer consumed by the build.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@tomasz-blasz tomasz-blasz force-pushed the topic/transport-must-be-installed branch from 1a2759b to 8e90a5b Compare March 6, 2026 10:41
@tomasz-blasz tomasz-blasz merged commit 79abe85 into main Mar 6, 2026
12 checks passed
@tomasz-blasz tomasz-blasz deleted the topic/transport-must-be-installed branch March 6, 2026 10:52
@github-actions github-actions bot locked and limited conversation to collaborators Mar 6, 2026
@tomasz-blasz
Copy link
Contributor Author

🎉 This PR is included in version 0.5.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants