8000 USE_STRICT_OPENSSL is Off by default · arangodb/arangodb@1c6a958 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1c6a958

Browse files
committed
USE_STRICT_OPENSSL is Off by default
1 parent 62dfd0f commit 1c6a958

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ option(VERBOSE "be verbose about flags used" OFF)
5050
option(USE_FAIL_ON_WARNINGS "treat warnings as errors (MSVC and MacOS only)" ON)
5151

5252
# use strictly required OpenSSL version (from ./VERSIONS file)
53-
option(USE_STRICT_OPENSSL_VERSION "use strictly required OpenSSL version (from ./VERSIONS file)" ON)
53+
option(USE_STRICT_OPENSSL_VERSION "use strictly required OpenSSL version (from ./VERSIONS file)" OFF)
5454

5555
# don't use standalone boost asio
5656
# use this when asio is included outside of Boost

0 commit comments

Comments
 (0)
0