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 11ee289
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ else()
if(${ARCTICDB_USING_CONDA})
# 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")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wextra -DGLOG_USE_GLOG_EXPORT -Dprotobuf_ABSL_PROVIDER='package'")
else()
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wextra")
endif()
Expand Down

0 comments on commit 11ee289

Please sign in to comment.