Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Specify both YARP 3.4 and 3.5 style options for depthimage portmonitor #697

Merged
merged 1 commit into from
Apr 23, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions cmake/BuildYARP.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,9 @@ ycm_ep_helper(YARP TYPE GIT
-DENABLE_yarpcar_bayer:BOOL=ON
-DENABLE_yarpcar_mjpeg:BOOL=${ENABLE_yarpcar_mjpeg}
-DENABLE_yarpcar_portmonitor:BOOL=ON
-DENABLE_yarppm_depthimage_to_mono:BOOL=ON
-DENABLE_yarppm_depthimage_to_rgb:BOOL=ON
# Deprecated, remove when YARP 3.5 is in Stable branches and latest releases
-DENABLE_yarpcar_depthimage:BOOL=ON
-DENABLE_yarpcar_depthimage2:BOOL=ON
-DENABLE_yarpidl_thrift:BOOL=ON
Expand Down