Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] add two cmake options to make it easier to integrate avro c++ #3268

Merged
merged 1 commit into from
Dec 22, 2024

Conversation

zhjwpku
Copy link
Contributor

@zhjwpku zhjwpku commented Dec 22, 2024

AVRO_BUILD_EXECUTABLES controls whether to build precompile and avrogencpp AVRO_BUILD_TESTS controls whether to build unittest

The two options default to ON conforming the original behaviour.

This is needed because for libraries like iceberg-cpp, we don't need to build the unittest and executable.

AVRO_BUILD_EXECUTABLES controls whether to build precompile and avrogencpp
AVRO_BUILD_TESTS controls whether to build unittest

The two options default to ON conforming the original behaviour.

This is needed because for libraries like iceberg-cpp, we don't need
to build the unittest and executable.

Signed-off-by: Junwang Zhao <[email protected]>
@github-actions github-actions bot added the C++ Pull Requests for C++ binding label Dec 22, 2024
@thiru-mg thiru-mg merged commit 30b39e9 into apache:main Dec 22, 2024
4 checks passed
@zhjwpku zhjwpku deleted the add_build_tests_option branch December 22, 2024 12:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C++ Pull Requests for C++ binding
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants