diff --git a/README.md b/README.md index 30334406f..8fbe1a573 100644 --- a/README.md +++ b/README.md @@ -268,7 +268,7 @@ vcpkg install --overlay-ports= If you are building using CMAKE, you can instruct CMAKE to apply the overlay ports using the following command line switches: ```sh -vcpkg -DVCPKG_MANIFEST_MODE=ON -DVCPKG_OVERLAY_PORTS= -DVCPKG_MANIFEST_DIR= +cmake -DVCPKG_MANIFEST_MODE=ON -DVCPKG_OVERLAY_PORTS= -DVCPKG_MANIFEST_DIR= ``` In addition, if you need to consume OpenSSL from a dynamic linked library/shared object, you can set the VCPKG triplet to reflect that you want to build the library with dynamic entries. Set the VCPKG_you can set the environment variable to `x64-windows-static` or `x64-windows-dynamic` depending on whether you want to use the static or dynamic version of OpenSSL.