[ROSBE-UNIX] Build CMake explicitly without SSL support.

This is required since dd3e476786
We are not using CMake to download anything anyway.
This commit is contained in:
Colin Finck 2019-12-22 13:54:07 +01:00
parent 37996df78d
commit cad8abbf82
No known key found for this signature in database
GPG Key ID: 1BA74E70456BA1A9

View File

@ -290,7 +290,7 @@ if rs_prepare_module "flex"; then
fi
if rs_prepare_module "cmake"; then
rs_do_command ../cmake/bootstrap --prefix="$rs_prefixdir" --parallel=$rs_cpucount
rs_do_command ../cmake/bootstrap --prefix="$rs_prefixdir" --parallel=$rs_cpucount -- -DCMAKE_USE_OPENSSL=OFF
rs_do_command $rs_makecmd -j $rs_cpucount
rs_do_command $rs_makecmd install
rs_clean_module "cmake"