kangpinghuang closed pull request #281: Fix BE can't be started by start_be.sh
URL: https://github.com/apache/incubator-doris/pull/281
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/be/src/service/CMakeLists.txt b/be/src/service/CMakeLists.txt
index f6aa3a69..e42dd67d 100644
--- a/be/src/service/CMakeLists.txt
+++ b/be/src/service/CMakeLists.txt
@@ -28,18 +28,18 @@ add_library(Service
internal_service.cpp
)
-add_executable(doris_be
+add_executable(palo_be
doris_main.cpp
)
# This permits libraries loaded by dlopen to link to the symbols in the
program.
-# set_target_properties(doris_be PROPERTIES LINK_FLAGS -pthread)
+# set_target_properties(palo_be PROPERTIES LINK_FLAGS -pthread)
-target_link_libraries(doris_be
+target_link_libraries(palo_be
${DORIS_LINK_LIBS}
)
install(DIRECTORY DESTINATION ${OUTPUT_DIR}/lib/)
-install(TARGETS doris_be
+install(TARGETS palo_be
DESTINATION ${OUTPUT_DIR}/lib/)
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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]