caiconghui commented on a change in pull request #2647: Fix doris thirdparty
compile error for Ubuntu14.04
URL: https://github.com/apache/incubator-doris/pull/2647#discussion_r362786238
##########
File path: thirdparty/build-thirdparty.sh
##########
@@ -704,6 +719,7 @@ build_leveldb
build_brpc
build_rocksdb
build_librdkafka
+build_flatbuffers
Review comment:
-- CMAKE_CXX_FLAGS: -Wno-noexcept-type -fdiagnostics-color=always -O3
-DNDEBUG -Wall -msse4.2
CMake Error at src/arrow/ipc/CMakeLists.txt:63 (get_target_property):
get_target_property() called with non-existent target "flatbuffers::flatc".
CMake Error at src/arrow/ipc/CMakeLists.txt:65 (get_target_property):
get_target_property() called with non-existent target "flatbuffers::flatc".
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]