Hi Adam, The reason you can't find the code is because we've removed the gtest dependency in git master. So, the next release (0.6.0) won't have this problem.
I think also that the issue only applies to the cmake build. The Cap'n Proto release bundle should actually include a copy of gtest, but it sounds like the cmake build isn't using it and is trying to download another copy? -Kenton On Thu, Sep 29, 2016 at 11:32 AM, <[email protected]> wrote: > Trying to install from the release package at https://capnproto.org/capnp > roto-c++-0.5.3.tar.gz fails with a 404 when installing gtest. I edited > src/CMakeLists.txt to point to https://github.com/google/g > oogletest/archive/release-1.7.0.zip instead of http://googletest.googlecod > e.com/files/gtest-1.7.0.zip. > > I couldn't find this code in the capnproto Github repo, otherwise I would > open a PR. > > -- > You received this message because you are subscribed to the Google Groups > "Cap'n Proto" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > Visit this group at https://groups.google.com/group/capnproto. > -- You received this message because you are subscribed to the Google Groups "Cap'n Proto" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/capnproto.
