Skip to content

Commit cb38424

Browse files
committed
testbed: remove sea_v2x & protos from requires
1 parent b8fb62a commit cb38424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/artery/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ add_artery_subdirectory(inet SWITCH WITH_INET)
4343
add_artery_subdirectory(storyboard SWITCH WITH_STORYBOARD)
4444

4545
add_artery_subdirectory(transfusion REQUIRES protobuf::libprotobuf SWITCH WITH_TRANSFUSION)
46-
add_artery_subdirectory(testbed REQUIRES INET SEA_V2X::sea_v2x protobuf::libprotobuf SWITCH WITH_TESTBED)
46+
add_artery_subdirectory(testbed REQUIRES INET SWITCH WITH_TESTBED)
4747

4848
if(TARGET lte)
4949
# SimuLTE is a non-integral feature: add it to "artery" but not "core"

0 commit comments

Comments
 (0)