Re: [CMake] set proxy with cmake file download

2010-03-17 Thread Bill Hoffman
Eric Noulard wrote: 2010/3/12 AKHRES Nader nader.akh...@laposte.net mailto:nader.akh...@laposte.net I'm using windows... maybe it works on linux, I'll have a try but I would need a way to make it works on windows as well I don't know the default behavior of curl lib on Windows but

Re: [CMake] set proxy with cmake file download

2010-03-12 Thread Eric Noulard
2010/3/12 AKHRES Nader nader.akh...@laposte.net I'm using windows... maybe it works on linux, I'll have a try but I would need a way to make it works on windows as well I don't know the default behavior of curl lib on Windows but the CTest source code do use HTTP_PROXY (upper case) env var

[CMake] set proxy with cmake file download

2010-03-11 Thread nader.akh...@laposte.net
Hi, is it possible to set proxy to use before downloading with cmake? file(DOWNLOAD url file [TIMEOUT timeout] [STATUS status] [LOG log]) Nad Message du 11/03/10 10:28 De : cmake-requ...@cmake.org A : cmake@cmake.org Copie à : Objet : CMake Digest, Vol 71, Issue 49 Send CMake mailing

Re: [CMake] set proxy with cmake file download

2010-03-11 Thread Philip Lowman
Have you tried setting the http_proxy environment variable? export http_proxy=http://host:port; On Thu, Mar 11, 2010 at 7:47 AM, nader.akh...@laposte.net nader.akh...@laposte.net wrote: Hi, is it possible to set proxy to use before downloading with cmake? file(DOWNLOAD url file [TIMEOUT

Re: [CMake] set proxy with cmake file download

2010-03-11 Thread AKHRES Nader
I'm using windows... maybe it works on linux, I'll have a try but I would need a way to make it works on windows as well Le 12/03/2010 03:48, Philip Lowman a écrit : Have you tried setting the http_proxy environment variable? export http_proxy=http://host:port; On Thu, Mar 11, 2010 at 7:47