You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@doris.apache.org by GitBox <gi...@apache.org> on 2022/05/07 01:09:40 UTC

[GitHub] [incubator-doris] yiguolei commented on a diff in pull request #9313: [Feature] [Backend] support build be with c++20

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-unsubscribe@doris.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@doris.apache.org
For additional commands, e-mail: commits-help@doris.apache.org