Open nebucaz opened 2 years ago
Hiya,
This seems to be a compatibility issue introduced in the cmake
crate: https://github.com/alexcrichton/cmake-rs/issues/131
Since a fix for that issue doesn't seem to be forthcoming, it looks like the options are to either upgrade cmake
in the host environment to 3.12 or newer, or to add a cmake
build dependency to fix it at version 0.1.45
.
Building
indy-vdr
using cargo build onUbuntu 18.04 aarch64
fails:According to the output,
cmake
not recognising the --parallel 4 option:Manually running above command omitting the
--parallel
option or compilingrust-zmq
andzmq-sys
from github source is successful.any suggestions?