Skip to content

Commit

Permalink
Fix fakeDepthCamera wrapper in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
giotherobot authored and randaz81 committed Aug 5, 2024
1 parent 169ae46 commit 20e7580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/devices/fakeDepthCamera/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ yarp_prepare_plugin(fakeDepthCamera
TYPE fakeDepthCameraDriver
INCLUDE fakeDepthCameraDriver.h
EXTRA_CONFIG
WRAPPER=RGBDSensorWrapper
WRAPPER=rgbdSensor_nws_yarp
)

if(ENABLE_fakeDepthCamera)
Expand Down

0 comments on commit 20e7580

Please sign in to comment.