Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix Travis & missing build dependency #1627

Merged
merged 14 commits into from
Dec 11, 2018
2 changes: 1 addition & 1 deletion control-plane/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -99,4 +99,4 @@ set_source_files_properties (${P4RUNTIME_GEN_SRCS} PROPERTIES GENERATED TRUE)
build_unified(CONTROLPLANE_SOURCES)
add_library (controlplane STATIC ${CONTROLPLANE_SOURCES} )
target_link_libraries (controlplane ${PROTOBUF_LIBRARY})
add_dependencies (controlplane mkP4configdir genIR)
add_dependencies (controlplane mkP4configdir genIR frontend)
1 change: 0 additions & 1 deletion frontends/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,6 @@ set (FRONTEND_SOURCES
set_source_files_properties(${IR_GENERATED_SRCS} PROPERTIES GENERATED TRUE)
set_source_files_properties(${v1PARSER_GEN_SRCS} PROPERTIES GENERATED TRUE)
set_source_files_properties(${p4PARSER_GEN_SRCS} PROPERTIES GENERATED TRUE)
set_source_files_properties(frontends/parsers/p4/p4parser.hpp PROPERTIES GENERATED TRUE)

set (FRONTEND_CPPLINT_FILES
${P4_FRONTEND_SRCS} ${P4_FRONTEND_HDRS}
Expand Down