8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dfd0f commit 1c6a958Copy full SHA for 1c6a958
CMakeLists.txt
@@ -50,7 +50,7 @@ option(VERBOSE "be verbose about flags used" OFF)
50
option(USE_FAIL_ON_WARNINGS "treat warnings as errors (MSVC and MacOS only)" ON)
51
52
# use strictly required OpenSSL version (from ./VERSIONS file)
53
-option(USE_STRICT_OPENSSL_VERSION "use strictly required OpenSSL version (from ./VERSIONS file)" ON)
+option(USE_STRICT_OPENSSL_VERSION "use strictly required OpenSSL version (from ./VERSIONS file)" OFF)
54
55
# don't use standalone boost asio
56
# use this when asio is included outside of Boost
0 commit comments