Skip to content

fix(cmake): allow linking a shared flatccrt - #949

Open
daeho-ro wants to merge 1 commit into
apache:mainfrom
daeho-ro:flatcc-shared
Open

daeho-ro wants to merge 1 commit into
apache:mainfrom
daeho-ro:flatcc-shared

Conversation

@daeho-ro

Copy link
Copy Markdown

When flatcc is provided via NANOARROW_FLATCC_ROOT_DIR or NANOARROW_FLATCC_LIB_DIR, prefer a static flatccrt as before but fall back to a shared one when no static library is available.

Closes #922.

When flatcc is provided via NANOARROW_FLATCC_ROOT_DIR or
NANOARROW_FLATCC_LIB_DIR, prefer a static flatccrt as before but fall
back to a shared one when no static library is available.

Closes apache#922.
@codecov-commenter

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.19%. Comparing base (ec8a58c) to head (4c8bedd).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #949   +/-   ##
=======================================
  Coverage   78.19%   78.19%           
=======================================
  Files         106      106           
  Lines       16843    16843           
  Branches     1985     1985           
=======================================
  Hits        13170    13170           
  Misses       2439     2439           
  Partials     1234     1234           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

This branch has not been deployed

No deployments
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Can't link to dynamic flatcc dependency

2 participants