Skip to content

Commit

Permalink
enabled xmlrpc carrier
Browse files Browse the repository at this point in the history
  • Loading branch information
randaz81 committed Sep 12, 2023
1 parent 44b3972 commit ae4749c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/carriers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ yarp_begin_plugin_library(yarpcar
DEFAULT ON
)

# add_subdirectory(xmlrpc_carrier)
add_subdirectory(tcpros_carrier)
add_subdirectory(xmlrpc_carrier)
add_subdirectory(tcpros_carrier)

yarp_end_plugin_library(yarpcar QUIET)
add_library(YARP::yarpcar ALIAS yarpcar)
Expand Down

0 comments on commit ae4749c

Please sign in to comment.