Skip to content

Commit 8ceb4e4

Browse files
committed
update openssl finding
1 parent 15f556f commit 8ceb4e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ elseif(APPLE)
2424
set(WEBSOCKET_LITE_PLATFORM_LIBS
2525

2626
)
27-
set(OPENSSL_ROOT_DIR /usr/local/Cellar/openssl/*)
27+
set(OPENSSL_ROOT_DIR /usr/local/opt/openssl/*)
2828
else()
2929
find_package(Threads REQUIRED)
3030

0 commit comments

Comments
 (0)