Skip to content

Commit

Permalink
Drop unnecessary dependency statement to avoid confusion
Browse files Browse the repository at this point in the history
morpheus is already specified via target_link_libraries ensuring it will
be built before morpheus_llm

Signed-off-by: Anuradha Karuppiah <[email protected]>
  • Loading branch information
AnuradhaKaruppiah committed Aug 19, 2024
1 parent ae5431f commit 12d8ca0
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ get_property(py_morpheus_target GLOBAL PROPERTY py_morpheus_target_property)
add_dependencies(morpheus_llm ${py_morpheus_target})
message("add_dependencies morpheus_llm ${py_morpheus_target}")

# Morpheus has to built before morpheus llm
add_dependencies(morpheus_llm morpheus)

# fixme: find another way to include morpheus headers
target_include_directories(morpheus_llm
PUBLIC
Expand Down

0 comments on commit 12d8ca0

Please sign in to comment.