Skip to content

Commit

Permalink
relax check for support on MacOS/aarch64 (#478)
Browse files Browse the repository at this point in the history
we need further investigation of the issue with BoringSSL and gcc on ARM
architectures for MacOS. For some reason, gcc that shipped by Homebrew
cannot compile our BoringSSL
  • Loading branch information
avsej authored Nov 8, 2023
1 parent 0862f23 commit 333e2e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/OpenSSL.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ elseif(COUCHBASE_CXX_CLIENT_STATIC_BORINGSSL)
HAVE_ARM_FEATURE_SHA2)
if(NOT HAVE_ARM_FEATURE_SHA2)
message(
FATAL_ERROR
WARNING
"The compiler ${CMAKE_CXX_COMPILER} (${CMAKE_CXX_COMPILER_ID} ${CMAKE_CXX_COMPILER_VERSION}) does not support BoringSSL, use OpenSSL or different compiler"
)
endif()
Expand Down

0 comments on commit 333e2e9

Please sign in to comment.