Re: [CMake] downloading ftp URL problems

2018-01-27 Thread Kris Thielemans
Thanks Cristian I'll look at curl. Https links work instantly but there isn't one for FFTW Kris On 27 Jan 2018 12:07, "Cristian Adam" wrote: > On Sat, Jan 27, 2018 at 12:12 PM, Kris Thielemans < > kris.f.thielem...@gmail.com> wrote: > >> Dear all >> >> >> >> I

Re: [CMake] downloading ftp URL problems

2018-01-27 Thread Cristian Adam
On Sat, Jan 27, 2018 at 12:12 PM, Kris Thielemans < kris.f.thielem...@gmail.com> wrote: > Dear all > > > > I have had no response to this. The problem continues with CMake 3.10.2. I > have no idea what causes this or how to fix it. Any help would be much > appreciated. > > > > Kris > > > >

Re: [CMake] downloading ftp URL problems

2018-01-27 Thread Kris Thielemans
Dear all I have had no response to this. The problem continues with CMake 3.10.2. I have no idea what causes this or how to fix it. Any help would be much appreciated. Kris From: Kris Thielemans Sent: 19 December 2017 08:15 To: cmake@cmake.org Subject: downloading ftp URL problems

[CMake] downloading ftp URL problems

2017-12-19 Thread Kris Thielemans
Hi I'm try to get a file via ftp in EXTERNAL_PROJECT_ADD by specifying the URL. This takes a long time on my Windows machine using CMake 3.10.1 (and previous versions of CMake) as it needs multiple retries: 2> -- Using src='ftp://ftp.fftw.org/pub/fftw/fftw-3.3.5-dll64.zip' 2> --