Skip to content

Commit

Permalink
fix stdfs link error in some gcc version (apache#6090)
Browse files Browse the repository at this point in the history
  • Loading branch information
stdpain authored Jun 26, 2021
1 parent 6651d3b commit dd455af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions be/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -558,6 +558,7 @@ set(DORIS_LINK_LIBS ${DORIS_LINK_LIBS}
${DORIS_DEPENDENCIES}
-static-libstdc++
-static-libgcc
-lstdc++fs
)

if ("${CMAKE_BUILD_TYPE}" STREQUAL "BCC")
Expand Down

0 comments on commit dd455af

Please sign in to comment.