This is an automated email from the ASF dual-hosted git repository.
hellostephen 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 818cd295e5e [fix](cloud) Fix compile err build cloud (#37604)
818cd295e5e is described below
commit 818cd295e5eb78cfde5b8da70235268bdbcc63fd
Author: deardeng <[email protected]>
AuthorDate: Wed Jul 10 18:44:51 2024 +0800
[fix](cloud) Fix compile err build cloud (#37604)
add_library cannot create imported target "jemalloc" because another
target
---
cloud/cmake/thirdparty.cmake | 1 -
1 file changed, 1 deletion(-)
diff --git a/cloud/cmake/thirdparty.cmake b/cloud/cmake/thirdparty.cmake
index 2b35cba5363..7f7b6111508 100644
--- a/cloud/cmake/thirdparty.cmake
+++ b/cloud/cmake/thirdparty.cmake
@@ -59,7 +59,6 @@ add_thirdparty(protobuf)
add_thirdparty(thrift)
add_thirdparty(crypto)
add_thirdparty(openssl LIBNAME "lib/libssl.a")
-add_thirdparty(jemalloc LIBNAME "lib/libjemalloc_doris.a")
if (USE_JEMALLOC)
add_thirdparty(jemalloc LIBNAME "lib/libjemalloc_doris.a")
else()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]