bootstrap --help
gives the answer:
Usage: ./bootstrap [<options>...] [-- <cmake-options>...]
-DCMAKE...
is a cmake
option so you have to specify it this way:
bootstrap <options> -- -DCMAKE_USE_OPENSSL=OFF
bootstrap --help
gives the answer:
Usage: ./bootstrap [<options>...] [-- <cmake-options>...]
-DCMAKE...
is a cmake
option so you have to specify it this way:
bootstrap <options> -- -DCMAKE_USE_OPENSSL=OFF