06.02.2023 10:31, Landry Breuil пишет:
> ah, i think i found it..
> 
> ./flatgeobuf/include/flatbuffers/base.h:    // Check for absl::string_view
> ./flatgeobuf/include/flatbuffers/base.h:    #elif 
> __has_include("absl/strings/string_view.h")
> ./flatgeobuf/include/flatbuffers/base.h:      #include 
> "absl/strings/string_view.h"
> ./flatgeobuf/include/flatbuffers/base.h:        typedef absl::string_view 
> string_view;

Exactly.

> it comes from flatgeobuf support. Guess this has to be patched out to
> make sure absl isnt picked randomly at build time if found.

That's another possibility.
Adding abseil as dependency makes sure it is picked up reliably so.

Your call which way to go.

Reply via email to