Skip to content

Commit

Permalink
agent-task-skiller-bridge: fix buildsys
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikViehmann committed Jun 18, 2024
1 parent 0b31bb8 commit de7567b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/agent-task-skiller-bridge/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set(PLUGIN_agent-task-skiller-bridge
ON
CACHE BOOL "Build agent-task-skiller-bridge")

if(PLUGIN_clips-motor-switch)
if(PLUGIN_agent-task-skiller-bridge)
add_library(agent-task-skiller-bridge MODULE bridge-plugin.cpp bridge-thread.cpp)
depend_on_protobuf(agent-task-skiller-bridge)
depend_on_boost_libs(agent-task-skiller-bridge system)
Expand Down

0 comments on commit de7567b

Please # to comment.