diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-08-15 06:48:40 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-08-15 06:48:40 +0800 |
commit | 1f11febb44760758c1eff52a3acc76db2fb32299 (patch) | |
tree | 9fd4e3509a85497e95430e0095407cffb19489aa /indra/cmake/LLCoreHttp.cmake | |
parent | adcb9165ff6dced01f74076233568e13b149dcf7 (diff) | |
parent | ddd92b44c4248f90d6f1eca653fa9763ec766b80 (diff) |
Merge branch 'main' into webrtc-voice
Diffstat (limited to 'indra/cmake/LLCoreHttp.cmake')
-rw-r--r-- | indra/cmake/LLCoreHttp.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/LLCoreHttp.cmake b/indra/cmake/LLCoreHttp.cmake index 22ed5fef9c..5464e4d327 100644 --- a/indra/cmake/LLCoreHttp.cmake +++ b/indra/cmake/LLCoreHttp.cmake @@ -1,5 +1,5 @@ # -*- cmake -*- -include(CURL) include(OpenSSL) +include(CURL) include(NGHTTP2) |