alkis commented on issue #43695: URL: https://github.com/apache/arrow/issues/43695#issuecomment-2304522391
I am trying to add the benchmark under `src/parquet/metadata3_benchmark.cc` but I have trouble with cmake. How do I write the rule such that it links absl in? I added this to `src/parquet/CMakeLists.txt`: ```cmake add_parquet_benchmark(metadata3_benchmark) ``` But the absl headers are not found. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
