chore: Use OpenSSL 3 by default in conan (#5159)
This commit is contained in:
+1
-1
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user