Skip to content

Commit

Permalink
[Examples]: Fix missing linkage to Threads::Threads in guidance example
Browse files Browse the repository at this point in the history
Add linking to Threads::Threads in guidance example
  • Loading branch information
ad3154 authored and GwnDaan committed Jun 7, 2023
1 parent a802062 commit edca291
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/guidance/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ find_package(Threads REQUIRED)
add_executable(GuidanceExampleTarget main.cpp console_logger.cpp)
target_link_libraries(
GuidanceExampleTarget PRIVATE isobus::Isobus isobus::HardwareIntegration
isobus::Utility)
isobus::Utility Threads::Threads)

0 comments on commit edca291

Please sign in to comment.