mirror of
https://github.com/reactos/RosBE.git
synced 2024-11-26 21:00:28 +00:00
[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:
parent
37996df78d
commit
cad8abbf82
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user