Hi! I saw this error when linking my code against arrow flight and suspect I didn't write my cmake correctly:
"error: undefined reference to arrow::flight::Location::Location()" I followed https://arrow.apache.org/docs/cpp/build_system.html#cmake and linked my executable with arrow_shared. Is that enough to link arrow flight or do I need to do sth else? Li