Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ARROW-17703: [C++][Gandiva] Fix Gandiva OpenSSL dependency (apache#14109
) If I build gandiva alone, I get a link error saying OpenSSL related definitions are not found. After some digging, I found out that `ARROW_USE_OPENSSL` is only turned on if any of the following conditions is met: `PARQUET_REQUIRE_ENCRYPTION`, `ARROW_FLIGHT`, `ARROW_S3`. Adding `ARROW_GANDIVA` to the list solves this issue. Authored-by: Jin Shang <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
- Loading branch information