summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md

index 7c06daeb..49ec50ae 100644 --- a/README.md +++ b/README.md
@@ -209,7 +209,7 @@ cmake --build build To use bundled dependencies you can use hunter, i.e.: ```bash -cmake -H. -Bbuild -DHUNTER_ENABLED=ON -DCMAKE_BUILD_TYPE=OFF -DUSE_BUNDLED_OPENSSL=OFF +cmake -H. -Bbuild -DHUNTER_ENABLED=ON -DBUILD_SHARED_LIBS=OFF -DUSE_BUNDLED_OPENSSL=OFF cmake --build build --config Release ```