Skip to content
Snippets Groups Projects
Commit 0ea55c65 authored by Joe Donofry's avatar Joe Donofry
Browse files

Fix missing \ issue

parent 5dc567a4
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ 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_GTEST=OFF \
-DUSE_BUNDLED_JSON=OFF
cmake --build .deps
......
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