yiguolei commented on code in PR #9313: URL: https://github.com/apache/incubator-doris/pull/9313#discussion_r867281754
########## build.sh: ########## @@ -280,6 +280,7 @@ if [ ${BUILD_BE} -eq 1 ] ; then -DCMAKE_MAKE_PROGRAM="${MAKE_PROGRAM}" \ -DCMAKE_EXPORT_COMPILE_COMMANDS=ON \ -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} \ + -DCMAKE_PREFIX_PATH=${DORIS_THIRDPARTY}/installed \ Review Comment: Why add this config? Doris will import every lib instead of set the prefix -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org