Use libCurl for night / release builds.

This commit is contained in:
James Turner
2016-04-15 16:12:37 +01:00
parent 30f7151599
commit e50b26e537
4 changed files with 6 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ rm -rf dist/*
#####################################################################################
echo "Starting on SimGear"
cd sgBuild
cmake -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -DSIMGEAR_SHARED:BOOL="ON" ../simgear
cmake -DCMAKE_INSTALL_PREFIX:PATH=$WORKSPACE/dist -DENABLE_CURL:BOOL="ON" -DSIMGEAR_SHARED:BOOL="ON" ../simgear
# compile
make