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

How to build cppzmq in an air-gapped environment? #602

Open
dekaranger opened this issue Jul 14, 2023 · 1 comment
Open

How to build cppzmq in an air-gapped environment? #602

dekaranger opened this issue Jul 14, 2023 · 1 comment

Comments

@dekaranger
Copy link

Currently, when trying to build cppzmq via cmake. It will try to connect to the internet to clone the "google/gtest" GitHub repo.

Is there a way to configure the build to look at the gtest that is already installed locally or bypass the downloading of gtest?

@gummif
Copy link
Member

gummif commented Jul 19, 2023

Yes, disable tests by setting CPPZMQ_BUILD_TESTS to false.

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

No branches or pull requests

2 participants