Skip to content

Commit

Permalink
[Cmake] replace fastrtps with fastddps
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanCarlosgg committed Oct 28, 2024
1 parent 469fef9 commit 6ff0f1d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ target_sources(dsr_api

target_link_libraries(dsr_api
PRIVATE
fastcdr fastrtps
fastcdr fastdds
osgDB OpenThreads
Qt6::Core
PUBLIC
Expand Down
2 changes: 1 addition & 1 deletion gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ target_link_libraries(dsr_gui
osgViewer osgDB osgGA OpenThreads
PUBLIC
Qt6::OpenGL
fastrtps
fastdds
${qt3d_libs}
)

Expand Down

0 comments on commit 6ff0f1d

Please sign in to comment.