[CMake] ExternalProject_Add and proxy

D. Barbier bouzim at gmail.com
Thu Oct 22 05:21:59 EDT 2015


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 instead of wget.
As libcurl does not use any config file, pass -q flag, this should be
quite similar to libcurl and thus CMake.
For instance, if

  curl -q -I https://bitbucket.org/eigen/eigen/get/3.2.4.tar.gz

works, CMake should work too.

Denis


More information about the CMake mailing list