Skip to content

Commit

Permalink
test=develop, fix cmakelist
Browse files Browse the repository at this point in the history
  • Loading branch information
123malin committed Apr 16, 2021
1 parent fabdb43 commit c71ac45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion paddle/fluid/distributed/index_dataset/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
proto_library(index_dataset_proto SRCS index_dataset.proto)
cc_library(index_wrapper SRCS index_wrapper.cc DEPS index_dataset_proto)
cc_library(index_wrapper SRCS index_wrapper.cc DEPS index_dataset_proto fs)
cc_library(index_sampler SRCS index_sampler.cc DEPS index_wrapper)

if(WITH_PYTHON)
Expand Down

0 comments on commit c71ac45

Please sign in to comment.