Skip to content

Commit

Permalink
Using DEFAULT=ON for the yarp plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed Mar 29, 2024
1 parent fdf7deb commit 7153310
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/devices/keyboard-joypad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,13 @@ yarp_prepare_plugin(keyboardJoypad
CATEGORY device
TYPE yarp::dev::KeyboardJoypad
INCLUDE KeyboardJoypad.h
DEFAULT ON
INTERNAL
QUIET
)

if(NOT ENABLE_keyboard-joypad)
message(FATAL "yarp_keyboard-joypad build requested but ENABLE_keyboard-joypad is set to OFF")
message(FATAL_ERROR "yarp_keyboard-joypad build requested but ENABLE_keyboard-joypad is set to OFF")
endif()

set(yarp_keyboard-joypad_SRCS
Expand Down

0 comments on commit 7153310

Please sign in to comment.