string_theory icon indicating copy to clipboard operation
string_theory copied to clipboard

Re-vendor gtest (@ 1.13.0)

Open dpogue opened this issue 1 year ago • 0 comments

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 avatar Jun 30 '24 01:06 dpogue