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

Re-vendor gtest (@ 1.13.0) #41

Closed
wants to merge 2 commits into from
Closed

Conversation

dpogue
Copy link
Contributor

@dpogue dpogue commented Jun 30, 2024

The submodule ended up causing a bunch of issues because it's not included in zip/tarball downloads from GitHub and isn't cloned by default, which led to build errors for things wanting to consume string-theory as a dependency (since the CMake project here expects gtest to exist and doesn't gracefully handle the case where it does not).

Since we're essentially frozen at an old tag of gtest anyways, it doesn't seem that bad to just go back to vendoring it like we used to.

Closes #40.

dpogue added 2 commits June 29, 2024 17:41
The submodule ended up causing a bunch of issues because it's not
included in zip/tarball downloads from GitHub and isn't cloned by
default, which led to build errors for things wanting to consume
string-theory as a dependency (since the CMake project here expects
gtest to exist and doesn't gracefully handle the case where it does
not).

Since we're essentially frozen at an old tag of gtest anyways, it
doesn't seem that bad to just go back to vendoring it like we used to.
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.

Release tarballs fail to build due to missing gtest submodule
2 participants