Mercurial > hg > orthanc
changeset 1118:3709c03ec9f0
ALLOW_DOWNLOADS for OS X builds
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 02 Sep 2014 23:13:59 +0200 |
parents | 3b27b83d7247 |
children | af8628ea91b3 |
files | DarwinCompilation.txt |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/DarwinCompilation.txt Tue Sep 02 23:13:00 2014 +0200 +++ b/DarwinCompilation.txt Tue Sep 02 23:13:59 2014 +0200 @@ -28,7 +28,7 @@ ---------------------------- # cd ~/OrthancBuild -# cmake -GXcode -DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON ~/Orthanc +# cmake -GXcode -DCMAKE_OSX_DEPLOYMENT_TARGET=10.8 -DSTATIC_BUILD=ON -DSTANDALONE_BUILD=ON -DALLOW_DOWNLOADS=ON ~/Orthanc NB: Adapt the value of "CMAKE_OSX_DEPLOYMENT_TARGET" with respect to your version of XCode.