Skip to content
Snippets Groups Projects
Commit 792c39d3 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

fix typo in build command in README

parent e81a4e8f
No related branches found
No related tags found
No related merge requests found
......@@ -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
```
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment