Skip to content

Commit

Permalink
Break cyclic dependency between Serial and Utility (#175)
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa authored Dec 10, 2023
2 parents 5a4e625 + ca57993 commit 407a73c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion Sts1CobcSw/Serial/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
# TODO: Break cyclic dependency with Sts1CobcSw_Utility
target_link_libraries(Sts1CobcSw_Serial INTERFACE Sts1CobcSw_Utility)
3 changes: 1 addition & 2 deletions Sts1CobcSw/Utility/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
target_sources(Sts1CobcSw_Utility PRIVATE Crc32.cpp Time.cpp)
# TODO: Break cyclic dependency with Sts1CobcSw_Serial (maybe by putting Byte to Utility?)
target_link_libraries(Sts1CobcSw_Utility PUBLIC rodos::rodos Sts1CobcSw_Serial)
target_link_libraries(Sts1CobcSw_Utility PUBLIC rodos::rodos)

0 comments on commit 407a73c

Please sign in to comment.