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

Remove old snippet from mac build

parent a93df568
No related branches found
No related tags found
No related merge requests found
......@@ -32,13 +32,6 @@ if [ $TRAVIS_OS_NAME == linux ]; then
fi
if [ $TRAVIS_OS_NAME == osx ]; then
# Build dependencies.
cmake -Hdeps -B.deps -DCMAKE_BUILD_TYPE=Release \
-DUSE_BUNDLED_BOOST=OFF \
-DUSE_BUNDLED_GTEST=OFF \
-DUSE_BUNDLED_JSON=OFF
cmake --build .deps
# Build the library.
cmake -H. -Bbuild -DOPENSSL_ROOT_DIR=/usr/local/opt/openssl \
-DBUILD_LIB_TESTS=OFF \
......
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