Skip to content

Commit

Permalink
Remove fastcdr dependency from CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
munseng-flexiv committed Dec 9, 2024
1 parent 9e31114 commit 50ed19e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flexiv_hardware/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ if(spdlog_FOUND)
message(STATUS "Found spdlog: ${spdlog_DIR}")
endif()

# Fast-CDR
find_package(fastcdr 1.0.24 REQUIRED)
if(fastcdr_FOUND)
message(STATUS "Found fastcdr: ${fastcdr_DIR}")
endif()

# Fast-DDS (Fast-RTPS)
find_package(fastrtps 2.6.2 REQUIRED)
if(fastrtps_FOUND)
Expand Down Expand Up @@ -77,7 +71,6 @@ target_link_libraries(${PROJECT_NAME}
${RDK_STATIC_LIBRARY}
spdlog::spdlog
fastrtps
fastcdr
)

# Link ROS packages
Expand Down

0 comments on commit 50ed19e

Please sign in to comment.