Re: [CMake] ExternalProject_Add and proxy

2015-10-22 Thread D. Barbier
On 2015-10-21 18:07 GMT+02:00 Cedric Doucet wrote: > Hello Denis! > > Thank you for your answer. > Actually, there is no login and no password. > It's an academic proxy. > So the initial syntax of http_proxy should to be correct. Hello, CMake uses libcurl, so check your proxy settings with curl

Re: [CMake] ExternalProject_Add and proxy

2015-10-21 Thread Cedric Doucet
t; <cedric.dou...@inria.fr> > Cc: cmake@cmake.org > Envoyé: Mercredi 21 Octobre 2015 17:35:47 > Objet: Re: [CMake] ExternalProject_Add and proxy > > On 2015-10-21 14:58 GMT+02:00 Cedric Doucet wrote: > > > > Hello, > > > > I try to download a library wit

Re: [CMake] ExternalProject_Add and proxy

2015-10-21 Thread D. Barbier
On 2015-10-21 14:58 GMT+02:00 Cedric Doucet wrote: > > Hello, > > I try to download a library with ExternalProject_Add. > The URL is correct and the CMake script works well, except when there is a > proxy to define. > > The URL is : http://bitbucket.org/eigen/eigen/get/3.2.4.tar.gz > > After

[CMake] ExternalProject_Add and proxy

2015-10-21 Thread Cedric Doucet
Hello, I try to download a library with ExternalProject_Add. The URL is correct and the CMake script works well, except when there is a proxy to define. The URL is : http://bitbucket.org/eigen/eigen/get/3.2.4.tar.gz After having set http_proxy=http://proxy.name.fr:1234