Skip to content

Conversation

@Srindot
Copy link

@Srindot Srindot commented Aug 7, 2025

Title

FIX: Corrected Fast DDS tag in v2.4.2 build instructions

Description
This pull request fixes a build failure that occurs when attempting to compile the v2.4.2 release of the Micro-XRCE-DDS-Agent.

The CMakeLists.txt file for this specific version sets the _fastdds_tag variable to 2.12.x. This is a non-existent Git reference, which causes the git clone command in the build process to fail with the error fatal: invalid reference: 2.12.x.

This change corrects the _fastdds_tag to the valid Git tag v2.12.1. This fix ensures that the build process can successfully download the necessary Fast DDS dependency, allowing the v2.4.2 version of the agent to compile without error.

This is a bug fix for a stable release, and it does not introduce new features or change the core behavior of the agent.

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.

1 participant