Skip to content

Commit

Permalink
Fix compilation error (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaybd authored May 29, 2024
1 parent 07a9035 commit 25665b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/network/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ target_link_libraries(websocket_utils
add_library(mission_control_interface STATIC
MissionControlProtocol.cpp
MissionControlTasks.cpp)
target_link_libraries(mission_control_interface utils video autonomous)
target_link_libraries(mission_control_interface utils video autonomous rover_common)
set_target_properties(mission_control_interface PROPERTIES POSITION_INDEPENDENT_CODE ON)

0 comments on commit 25665b0

Please sign in to comment.