Open athas opened 3 years ago
Using cmake -DCMAKE_BUILD_TYPE=Release -DENABLE_TESTS=OFF ..
skips the problematic package (GTest) and allows cmake
to finish.
@acl33 Is this the same issue that you came across?
It looks like this would be fixed by using a more recent version of googletest: see https://github.com/google/googletest/pull/2815
Thanks for spotting that. We should give it a go.
Following the installation instructions I run
This fails with a long error log, but the salient points seem to be that it tries to build something that specifies
-Werror
and also uses deprecated functions, which causes a warning:I can provide the whole log if needed, but it's mostly the same thing on repeat, so I don't think there is another root cause.
I'm using GCC 10.2.0.