cmake: add USE_OPENSSL_QUIC support

Closes #13034
This commit is contained in:
Tal Regev 2024-03-03 21:57:03 +02:00 committed by Daniel Stenberg
parent c426277b59
commit 8e741644a2
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
3 changed files with 27 additions and 2 deletions

View file

@ -233,6 +233,15 @@ Build curl:
% make
% make install
You can build curl with cmake:
% cd ..
% git clone https://github.com/curl/curl
% cd curl
% cmake . -B build -DCURL_USE_OPENSSL=ON -DUSE_OPENSSL_QUIC=ON
% cmake --build build
% cmake --install build
If `make install` results in `Permission denied` error, you need to prepend
it with `sudo`.