From ab004f2f1d2188ea07bafe69934f7ab0f53f8dfa Mon Sep 17 00:00:00 2001 From: Yuan Zhou Date: Tue, 6 Feb 2024 20:07:47 +0800 Subject: [PATCH] remove fmt Signed-off-by: Yuan Zhou --- scripts/setup-ubuntu.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/setup-ubuntu.sh b/scripts/setup-ubuntu.sh index 14ac9f144b91c..6aca880462329 100755 --- a/scripts/setup-ubuntu.sh +++ b/scripts/setup-ubuntu.sh @@ -46,7 +46,6 @@ sudo --preserve-env apt update && sudo --preserve-env apt install -y libunwind-d libboost-all-dev \ libicu-dev \ libdouble-conversion-dev \ - libfmt-dev \ libgoogle-glog-dev \ libbz2-dev \ libgflags-dev \