Skip to content

Commit

Permalink
Fix device name in if() guard
Browse files Browse the repository at this point in the history
Follows up aa5b663.
  • Loading branch information
PeterBowman authored Dec 15, 2017
1 parent 4b2c591 commit ae0609c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ yarp_prepare_plugin(ProximitySensorsClient
INCLUDE ProximitySensorsClient.hpp
DEFAULT ON)

if(NOT SKIP_ProximitySensors)
if(NOT SKIP_ProximitySensorsClient)

get_property(_common_dirs GLOBAL PROPERTY ROBOTICSLAB_YARP_DEVICES_INCLUDE_DIRS)

Expand Down

0 comments on commit ae0609c

Please sign in to comment.