util/smarthops: missing linker dependency
Change-Id: I3017a8824b3bd7ae9547b6c91db6847e5f5b8694
This commit is contained in:
@ -6,5 +6,7 @@ set(SRCS
|
||||
)
|
||||
|
||||
add_library(fail-smarthops ${SRCS})
|
||||
# ToDo: Do we really need this dependency?
|
||||
add_dependencies(fail-smarthops fail-comm)
|
||||
# make sure comm/TracePlugin.pb.h has been generated
|
||||
add_dependencies(fail-smarthops fail-comm)
|
||||
# fail-util: ProtoIStream
|
||||
target_link_libraries(fail-smarthops fail-comm fail-util)
|
||||
|
||||
Reference in New Issue
Block a user