You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On ChromeOS we provide abseil-cpp as a system library. We have hacks to get autofdo building against the system abseil, but it would be preferable if there were officially supported CMake config options to support this.
On ChromeOS we provide abseil-cpp as a system library. We have hacks to get autofdo building against the system abseil, but it would be preferable if there were officially supported CMake config options to support this.
Here is the CL were we hack around the bundled copy:
https://chromium-review.googlesource.com/c/chromiumos/overlays/chromiumos-overlay/+/4895161
The key parts of the hack are:
add_subdirectory(third_party/abseil)
withfind_package(absl REQUIRED)
Officially supporting it would probably look a bit different.
The text was updated successfully, but these errors were encountered: