This is an automated email from the ASF dual-hosted git repository.
dataroaring pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 37f9b462fe3 [chore](cloud) add DORIS_ADDITIONAL_DEFINITIONS to expose
the underlying definitions (#56147)
37f9b462fe3 is described below
commit 37f9b462fe3fd16c439f1cd62af0166db72728bb
Author: walter <[email protected]>
AuthorDate: Wed Sep 17 19:03:56 2025 +0800
[chore](cloud) add DORIS_ADDITIONAL_DEFINITIONS to expose the underlying
definitions (#56147)
…ing definitions
---
cloud/CMakeLists.txt | 3 +++
1 file changed, 3 insertions(+)
diff --git a/cloud/CMakeLists.txt b/cloud/CMakeLists.txt
index ad788fb3d4f..40e24ec1b45 100644
--- a/cloud/CMakeLists.txt
+++ b/cloud/CMakeLists.txt
@@ -470,6 +470,9 @@ set(DORIS_CLOUD_LIBS
if (EXISTS ${SRC_DIR}/enterprise/CMakeLists.txt)
add_subdirectory(${SRC_DIR}/enterprise)
+ if (DORIS_ADDITIONAL_DEFINITIONS)
+ add_definitions(${DORIS_ADDITIONAL_DEFINITIONS})
+ endif()
endif()
add_subdirectory(${SRC_DIR}/common)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]