Skip to content

Commit

Permalink
Add temporary modification to build icub-main and rawvalues devices u…
Browse files Browse the repository at this point in the history
…sing yarp 3.9.0. Need to have generated files already pushed on the repo
  • Loading branch information
MSECode committed Sep 23, 2024
1 parent 2d629fa commit c01a493
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
7 changes: 3 additions & 4 deletions src/libraries/icubmod/fakeRawValuesPublisher/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,13 @@ yarp_prepare_plugin(fakeRawValuesPublisher
TYPE iCub::debugLibrary::FakeRawValuesPublisher
INCLUDE FakeRawValuesPublisher.h
EXTRA_CONFIG
WRAPPER=rawValuesPublisherServer
DEFAULT ON
)
WRAPPER=rawValuesPublisherServer
DEFAULT OFF
GENERATE_PARSER)

if(ENABLE_fakeRawValuesPublisher)
option(ALLOW_DEVICE_PARAM_PARSER_GENERATION "Generate the param parser for fakeRawValuesPublisher device" OFF)
yarp_add_plugin(yarp_fakeRawValuesPublisher)
generateDeviceParamsParser(FakeRawValuesPublisher fakeRawValuesPublisher)

target_sources(yarp_fakeRawValuesPublisher PRIVATE FakeRawValuesPublisher.cpp
FakeRawValuesPublisher.h
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ yarp_prepare_plugin(rawValuesPublisherClient
CATEGORY device
TYPE RawValuesPublisherClient
INCLUDE RawValuesPublisherClient.h
DEFAULT ON
DEFAULT OFF
GENERATE_PARSER)

if(ENABLE_rawValuesPublisherClient)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ yarp_prepare_plugin(rawValuesPublisherServer
INCLUDE RawValuesPublisherServer.h
EXTRA_CONFIG
WRAPPER=rawValuesPublisherServer
DEFAULT ON
DEFAULT OFF
GENERATE_PARSER)

if(ENABLE_rawValuesPublisherServer)
Expand Down

0 comments on commit c01a493

Please sign in to comment.