summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Rowe <jroweboy@gmail.com>2017-09-10 16:07:33 -0400
committerGitHub <noreply@github.com>2017-09-10 16:07:33 -0400
commit3dcda151955cb68270211fafa81db823cc6c00b3 (patch)
treebd369d7848f8fed3bc88386d0aee59500a778afa
parent11baa40d75d8a479bd738a05e91bba6f09856fe5 (diff)
parent0c55bed0477fc42dd95b512cbce741723a8878a6 (diff)
Merge pull request #2923 from B3n30/system_curl_osx
travis_OSX: build with system curl
-rwxr-xr-x.travis-build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis-build.sh b/.travis-build.sh
index 64f5aed94..bb4e6fc47 100755
--- a/.travis-build.sh
+++ b/.travis-build.sh
@@ -52,7 +52,7 @@ elif [ "$TRAVIS_OS_NAME" = "osx" ]; then
export Qt5_DIR=$(brew --prefix)/opt/qt5
mkdir build && cd build
- cmake .. -GXcode
+ cmake .. -DUSE_SYSTEM_CURL=ON -GXcode
xcodebuild -configuration Release
ctest -VV -C Release