Skip to content

Commit

Permalink
Added missing build dependency.
Browse files Browse the repository at this point in the history
This should fix #1644.
  • Loading branch information
liujed committed Dec 27, 2018
1 parent e4386b8 commit cfc49ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/bmv2/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ add_cpplint_files (${CMAKE_CURRENT_SOURCE_DIR} "${BMV2_BACKEND_COMMON_SRCS};${BM

build_unified(BMV2_BACKEND_COMMON_SRCS)
add_library(bmv2backend ${BMV2_BACKEND_COMMON_SRCS})
add_dependencies(bmv2backend genIR)
add_dependencies(bmv2backend genIR frontend)

build_unified(BMV2_SIMPLE_SWiTCH_SRCS)
add_executable(p4c-bm2-ss ${BMV2_SIMPLE_SWITCH_SRCS})
Expand Down

0 comments on commit cfc49ab

Please sign in to comment.