On Mon, May 18, 2009 at 7:58 PM, Tyler Roscoe <ty...@cryptio.net> wrote:

> On Mon, May 18, 2009 at 05:38:48PM -0600, Lober, Randy wrote:
> > I find a command
> >
> >     set(zlib_url http://www.zlib.net/zlib-1.2.3.tar.gz PARENT_SCOPE)
> >
> > How do I set values for the http proxy and the http proxy port such that
> > these downloads will complete?
> >
> > I have tried simple env variable settings or my proxy values like
> >
> > HTTP_PROXY=http://wwwproxy.sandia.gov:80/
>
> The env variable http_proxy is usually lowercase.
>
> Do you know what tool is doing the actual downloading? Figure that out
> and then see how you tell that tool to use your proxy.


CMake is using cURL so the cURL environment variables should just work.
Consult the cURL manual for details.

-- 
Philip Lowman
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to