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 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] FortranCInterface broken when cross-compiling

2012-03-05 Thread D. Barbier
Hello, I am trying to cross-compile a project containing C, C++ and Fortran source files with mingw64 on a Debian host (Linux) with CMake 2.8.7: $ cat CMakeLists.txt cmake_minimum_required(VERSION 2.8) project ( FOO CXX C Fortran ) include ( FortranCInterface ) FortranCInterface_HEADER