From 0c55bed0477fc42dd95b512cbce741723a8878a6 Mon Sep 17 00:00:00 2001
From: B3n30 <benediktthomas@gmail.com>
Date: Sat, 9 Sep 2017 21:21:53 +0200
Subject: [PATCH] trvis_OSX: build with system curl

---
 .travis-build.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis-build.sh b/.travis-build.sh
index 64f5aed946..bb4e6fc47e 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
-- 
GitLab