Files
doris/thirdparty/patches/brpc-0.9.0.patch
morningman 19997510a6 merge to 9625ef157dd44c58802d63cb7547f037b75fd710 (#208)
1. Implement Backend http server using libevent instead of mongoose.
2. Remove Old Hypertable rpc framework, use brpc instead.
3. Change rpc from FE to BE to brpc.
4. Fs broker support HDFS HA.
5. add more metrics to monitor.
6. Lots of bug fixed.
2018-07-17 09:20:30 +08:00

17 lines
392 B
Diff

--- src/CMakeLists.txt
+++ src/CMakeLists.txt
@@ -46,11 +46,13 @@ endif()
#install directory
# cmake -DCMAKE_INSTALL_PREFIX=/usr
+if(BUILD_SHARED_LIBS)
install(TARGETS brpc-shared
RUNTIME DESTINATION bin
LIBRARY DESTINATION lib${LIBSUFFIX}
ARCHIVE DESTINATION lib${LIBSUFFIX}
)
+endif()
install(TARGETS brpc-static
RUNTIME DESTINATION bin