adonis0147 commented on code in PR #19325: URL: https://github.com/apache/doris/pull/19325#discussion_r1188230291
########## be/CMakeLists.txt: ########## @@ -503,6 +503,10 @@ if (COMPILER_CLANG) message(FATAL_ERROR "Need Clang version at least 13") endif() + if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS "16") + message(WARNING "Doris recommended to use Clang-16 to build backend") + endif() + Review Comment: I think we should retain one of these `if` statements. -- 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