Skip to content

Commit

Permalink
FastDDS v2.11.1 -> 2.10.4 (LTS)
Browse files Browse the repository at this point in the history
  • Loading branch information
maloel committed May 24, 2024
1 parent 7f2228e commit cfbf4a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMake/external_fastdds.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ function(get_fastdds)
FetchContent_Declare(
fastdds
GIT_REPOSITORY https://github.com/eProsima/Fast-DDS.git
GIT_TAG v2.11.2
GIT_TAG v2.10.4
PATCH_COMMAND git cherry-pick 8d33fb5007f8423414e4cb844d6cfa330a139114 # until they fix their CMake issues
GIT_SUBMODULES "" # Submodules will be cloned as part of the FastDDS cmake configure stage
GIT_SHALLOW ON # No history needed
#GIT_SHALLOW ON # No history needed
SOURCE_DIR ${CMAKE_BINARY_DIR}/third-party/fastdds
)

Expand Down

0 comments on commit cfbf4a7

Please sign in to comment.