From 4e3a54dc0e6c07f212992225a0af9aae9286f28c Mon Sep 17 00:00:00 2001 From: sparknack Date: Tue, 3 Dec 2024 16:38:32 +0800 Subject: [PATCH] fix: conan: make glog shared (#972) Signed-off-by: Shawn Wang --- conanfile.py | 1 + 1 file changed, 1 insertion(+) diff --git a/conanfile.py b/conanfile.py index 151c0cb34..47cd653d9 100644 --- a/conanfile.py +++ b/conanfile.py @@ -44,6 +44,7 @@ class KnowhereConan(ConanFile): "with_cardinal": False, "with_profiler": False, "with_ut": False, + "glog:shared": True, "glog:with_gflags": True, "gtest:build_gmock": False, "prometheus-cpp:with_pull": False,