Skip to content

Commit 02b3cfb

Browse files
authored
Merge pull request #9137 from putcn/fix-capi-dep
add gserver to capi dep
2 parents 6d4a06f + 8455927 commit 02b3cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

paddle/capi/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ target_include_directories(paddle_capi PUBLIC ${CMAKE_CURRENT_BINARY_DIR})
3636
add_style_check_target(paddle_capi ${CAPI_SOURCES} ${CAPI_HEADER}
3737
${CAPI_PRIVATE_HEADER})
3838

39-
add_dependencies(paddle_capi paddle_proto)
39+
add_dependencies(paddle_capi paddle_proto paddle_gserver)
4040

4141
# TODO: paddle_capi_whole will be removed.
4242
set(PADDLE_CAPI_LAYERS_LIBS

0 commit comments

Comments
 (0)