Skip to content

Commit

Permalink
Removed DEPENDS flag when creating the device
Browse files Browse the repository at this point in the history
Since I am using REQUIRED when checking the dependecies, it is useless
  • Loading branch information
S-Dafarra committed Mar 29, 2024
1 parent f70f5ea commit ca272ac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/devices/keyboard-joypad/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,10 @@
# This software may be modified and distributed under the terms of the
# BSD-2-Clause license. See the accompanying LICENSE file for details.

set(DEPENDS_STRING "glfw3_FOUND;GLEW_FOUND;OpenGL_FOUND")

if (NOT WIN32)
string(APPEND DEPENDS_STRING ";X11_FOUND")
endif()

yarp_prepare_plugin(keyboardJoypad
CATEGORY device
TYPE yarp::dev::KeyboardJoypad
INCLUDE KeyboardJoypad.h
DEPENDS ${DEPENDS_STRING}
INTERNAL
QUIET
)
Expand Down

0 comments on commit ca272ac

Please sign in to comment.