this was disabled by default upstream with the 1.4 release, but is
required for cargo (via rust-git2 / rust-libgit2-sys).
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
-DCMAKE_BUILD_TYPE:STRING=RelWithDebInfo \
-DUSE_OPENSSL:BOOL=OFF \
-DUSE_HTTPS=mbedTLS \
+ -DUSE_SSH=ON \
-DCERT_LOCATION=/etc/ssl/certs/ca-certificates.crt \
-DUSE_CURL_SSL:BOOL=ON \
-DUSE_GSSAPI:BOOL=ON \
-DCMAKE_BUILD_TYPE:STRING=Release \
-DTHREADSAFE:BOOL=ON \
-DUSE_HTTPS=mbedTLS \
+ -DUSE_SSH=ON \
-DCERT_LOCATION=/etc/ssl/certs/ca-certificates.crt \
-DUSE_CURL_SSL:BOOL=ON \
-DUSE_GSSAPI:BOOL=ON \