Closed hokascha closed 2 years ago
And with --parallel 1
to boot! It looks like this is a bug in the cmake
crate itself, fixed in the repo but not in any released versions. In the mean time, though, installing a newer version of CMake should work.
correct, it works with the newer cmake version
I am trying to get signal-cli running on Ubuntu 18.04.6 LTS which requires libsignal 0.20 but has no Glibc 2.28 - so compiling myself should be an option. While compiling, I get an error, looks like cmake is too old for the "parallel" parameter. Is there a way to circumvent the issue?