mirror of
https://github.com/Kitware/CMake.git
synced 2026-06-24 08:47:59 +00:00
README: Explicitly document how to bootstrap without OpenSSL
Closes: #22279
This commit is contained in:
@@ -89,6 +89,12 @@ a separate build tree::
|
||||
$ mkdir build && cd build
|
||||
$ ../bootstrap && make
|
||||
|
||||
By default the ``bootstrap`` script configures CMake to build with vendored
|
||||
dependencies. However, CMake does not vendor OpenSSL. To bootstrap in a
|
||||
minimal environment, disable use of OpenSSL::
|
||||
|
||||
$ ./bootstrap -- -DCMAKE_USE_OPENSSL=OFF
|
||||
|
||||
Windows
|
||||
^^^^^^^
|
||||
|
||||
|
||||
Reference in New Issue
Block a user