Browse Source

Merge pull request #2923 from B3n30/system_curl_osx

travis_OSX: build with system curl
James Rowe 9 năm trước cách đây
mục cha
commit
3dcda15195
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      .travis-build.sh

+ 1 - 1
.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