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 d136ad1 commit 80aacb9Copy full SHA for 80aacb9
cmake/FindOpenSSL.cmake
@@ -1,4 +1,4 @@
1
-if(UNIX)
+if(UNIX AND NOT APPLE)
2
find_package(BoringSSL REQUIRED)
3
4
if(NOT TARGET OpenSSL::SSL)
0 commit comments