chore: Use OpenSSL 3 by default in conan (#5159)

This commit is contained in:
pajlada
2024-02-10 11:40:58 +01:00
committed by GitHub
parent 137cd7a46b
commit f34a371576
3 changed files with 2 additions and 14 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ class Chatterino(ConanFile):
settings = "os", "compiler", "build_type", "arch"
default_options = {
"with_benchmark": False,
"with_openssl3": False,
"with_openssl3": True,
"openssl*:shared": True,
"boost*:header_only": True,
}