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
chore(dev/benchmarks): Update benchmarks build for latest CMake changes (#730)
After #719, `target_link_libraries(... nanoarrow)` must be
`target_link_libraries(... nanoarrow::nanoarrow)` and I'd forgotten to
update the benchmarks build.
0 commit comments