add pslib flag on fleet_wrapper CMakefile

revert-16555-model_data_cryption_link_all_lib
dongdaxiang 7 years ago
parent 6de9ebc65c
commit d65cb13ad5

@ -1 +1,5 @@
cc_library(fleet_wrapper SRCS fleet_wrapper.cc DEPS pslib_brpc pslib)
if(WITH_PSLIB)
cc_library(fleet_wrapper SRCS fleet_wrapper.cc DEPS pslib_brpc pslib)
else()
cc_library(fleet_wrapper SRCS fleet_wrapper.cc)
endif(WITH_PSLIB)

Loading…
Cancel
Save