From 3bf74127f070f7ee12a2869aa3de7a4c0e0a7f2f Mon Sep 17 00:00:00 2001 From: LiYuRio <63526175+LiYuRio@users.noreply.github.com> Date: Wed, 18 Jan 2023 11:26:22 +0800 Subject: [PATCH] fix both with_rpc and with_distributed on (#49878) --- cmake/third_party.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/third_party.cmake b/cmake/third_party.cmake index 6fac4d2c640..602f966cf8e 100755 --- a/cmake/third_party.cmake +++ b/cmake/third_party.cmake @@ -446,7 +446,8 @@ endif() if(WITH_DISTRIBUTE AND NOT WITH_PSLIB - AND NOT WITH_PSCORE) + AND NOT WITH_PSCORE + AND NOT WITH_RPC) include(external/snappy) list(APPEND third_party_deps extern_snappy) -- GitLab