Skip to content

Commit

Permalink
Fix absl linking issues with protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
IvoDD committed Dec 3, 2024
1 parent 9da40b9 commit f23e68e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ if(WIN32)
endif()
else()
if(${ARCTICDB_USING_CONDA})
find_package(protobuf REQUIRED CONFIG)
# Required to be able to include headers from glog since glog 0.7
# See: https://github.com/google/glog/pull/1030
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wextra -DGLOG_USE_GLOG_EXPORT")
Expand Down

0 comments on commit f23e68e

Please sign in to comment.