Skip to content
Snippets Groups Projects
Commit f548e662 authored by Nicolas Werner's avatar Nicolas Werner
Browse files

Use bundled openssl on macOS

parent bff0028a
No related branches found
No related tags found
No related merge requests found
......@@ -33,12 +33,11 @@ fi
if [ $TRAVIS_OS_NAME == osx ]; then
# Build the library.
cmake -H. -Bbuild -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl \
cmake -H. -Bbuild \
-DBUILD_LIB_TESTS=OFF \
-DBUILD_SHARED_LIBS=ON \
-DHUNTER_ENABLED=ON \
-DHUNTER_ROOT=/tmp/.deps \
-DUSE_BUNDLED_OPENSSL=OFF \
-DUSE_BUNDLED_BOOST=OFF \
-DUSE_BUNDLED_GTEST=OFF \
-DUSE_BUNDLED_JSON=OFF || true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment