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 15f556f commit 8ceb4e4Copy full SHA for 8ceb4e4
src/CMakeLists.txt
@@ -24,7 +24,7 @@ elseif(APPLE)
24
set(WEBSOCKET_LITE_PLATFORM_LIBS
25
26
)
27
- set(OPENSSL_ROOT_DIR /usr/local/Cellar/openssl/*)
+ set(OPENSSL_ROOT_DIR /usr/local/opt/openssl/*)
28
else()
29
find_package(Threads REQUIRED)
30
0 commit comments