We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8fb62a commit cb38424Copy full SHA for cb38424
src/artery/CMakeLists.txt
@@ -43,7 +43,7 @@ add_artery_subdirectory(inet SWITCH WITH_INET)
43
add_artery_subdirectory(storyboard SWITCH WITH_STORYBOARD)
44
45
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)
+add_artery_subdirectory(testbed REQUIRES INET SWITCH WITH_TESTBED)
47
48
if(TARGET lte)
49
# SimuLTE is a non-integral feature: add it to "artery" but not "core"
0 commit comments