Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
Committed-by: xiaolei.zl from Dev container
  • Loading branch information
zhanglei1949 committed Sep 11, 2024
1 parent d0fba8c commit d2d8518
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion flex/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && apt-get -y install sudo locales g++ cmake openjdk-11-jre-h


RUN apt-get update && apt-get install -y protobuf-compiler libprotobuf-dev maven git vim curl \
wget python3 make libc-ares-dev doxygen python3-pip net-tools curl default-jdk nlohmann-json3-dev \
wget python3 make libc-ares-dev doxygen python3-pip net-tools curl default-jdk rapidjson-dev \
libgoogle-glog-dev libopenmpi-dev libboost-all-dev libyaml-cpp-dev libcrypto++-dev openssl libcurl4-openssl-dev && \
apt-get clean -y && rm -rf /var/lib/apt/lists/*

Expand Down
6 changes: 1 addition & 5 deletions flex/engines/http_server/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ if (Hiactor_FOUND)

hiactor_codegen (server_actor_autogen server_actor_autogen_files
SOURCE_DIR ${CMAKE_CURRENT_SOURCE_DIR}/
INCLUDE_PATHS ${Hiactor_INCLUDE_DIR},${CMAKE_CURRENT_SOURCE_DIR}/../../../,${CMAKE_CURRENT_SOURCE_DIR}/../../third_party/rapidjson/include/)
add_definitions(-DRAPIDJSON_HAS_CXX11=1)
add_definitions(-DRAPIDJSON_HAS_STDSTRING=1)
add_definitions(-DRAPIDJSON_HAS_CXX11_RVALUE_REFS=1)
add_definitions(-DRAPIDJSON_HAS_CXX11_RANGE_FOR=1)
INCLUDE_PATHS ${Hiactor_INCLUDE_DIR},${CMAKE_CURRENT_SOURCE_DIR}/../../../)


# get all .cc files in current directory, except for generated/
Expand Down

0 comments on commit d2d8518

Please sign in to comment.