Skip to content

Commit

Permalink
fix: conan: make glog shared (#972)
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Wang <[email protected]>
  • Loading branch information
sparknack authored Dec 3, 2024
1 parent 95bce9a commit 4e3a54d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4e3a54d

Please sign in to comment.