This is an automated email from the ASF dual-hosted git repository. yangzhg pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris.git
The following commit(s) were added to refs/heads/master by this push: new dd455af fix stdfs link error in some gcc version (#6090) dd455af is described below commit dd455af8445e44a1eeb5de606311addd5a2de40d Author: stdpain <34912776+stdp...@users.noreply.github.com> AuthorDate: Sat Jun 26 14:09:00 2021 +0800 fix stdfs link error in some gcc version (#6090) --- be/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/be/CMakeLists.txt b/be/CMakeLists.txt index 66616e0..261a167 100644 --- a/be/CMakeLists.txt +++ b/be/CMakeLists.txt @@ -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") --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org