Skip to content

Commit

Permalink
rplidar2: disable on macOS
Browse files Browse the repository at this point in the history
Some bug in the sdk make impossible to compile it.
  • Loading branch information
Nicogene committed Jul 11, 2018
1 parent d5f423d commit 638445f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/rpLidar2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@
yarp_prepare_plugin(rpLidar2
CATEGORY device
TYPE RpLidar2
INCLUDE rpLidar2.h)
INCLUDE rpLidar2.h
DEPENDS "NOT APPLE")

if(NOT SKIP_rpLidar2)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand Down

0 comments on commit 638445f

Please sign in to comment.