server : remove old LLAMA_SERVER_SSL (#16290)

Signed-off-by: Adrien Gallouët <angt@huggingface.co>
This commit is contained in:
Adrien Gallouët
2025-09-27 18:17:08 +02:00
committed by GitHub
parent 3f81b4e91c
commit 234e2ff8ed
4 changed files with 6 additions and 11 deletions

View File

@@ -271,7 +271,7 @@ For more details, please refer to [multimodal documentation](../../docs/multimod
- Using `CMake`:
```bash
cmake -B build -DLLAMA_SERVER_SSL=ON
cmake -B build -DLLAMA_OPENSSL=ON
cmake --build build --config Release -t llama-server
```