Skip to content

Commit

Permalink
Avoiding to check if the device is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
S-Dafarra committed Mar 29, 2024
1 parent 7153310 commit 49dcbdc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/devices/keyboard-joypad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ yarp_prepare_plugin(keyboardJoypad
QUIET
)

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

set(yarp_keyboard-joypad_SRCS
KeyboardJoypad.cpp
)
Expand Down

0 comments on commit 49dcbdc

Please sign in to comment.