Skip to content

Commit 15f556f

Browse files
committed
not necessary to specify openssl root
1 parent 705c96b commit 15f556f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ before_install:
3838
install:
3939
- mkdir build
4040
- cd build
41-
- cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl/ ..
41+
- cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} ..
4242
- cmake --build .
4343

4444
script:

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/Cellar/openssl/*)
2828
else()
2929
find_package(Threads REQUIRED)
3030

0 commit comments

Comments
 (0)