Re: [CMake] cmake-2.8.4.tar.gz can't decompress (wrong checksum)

2011-05-05 Thread Paulo Silva
Followup, apparently it's chrome's fault. Tried it with safari and it works, but with chrome I "always" get the wrong checksum. wget also downloads correctly. Maybe a need to reinstall chrome... :p Sorry about that. On Fri, May 6, 2011 at 1:58 PM, Paulo Silva wrote: > Ok,

Re: [CMake] cmake-2.8.4.tar.gz can't decompress (wrong checksum)

2011-05-05 Thread Paulo Silva
Ok, lets forget about this. I downloaded the file from another computer and if came out with the correct checksum. Go figure. In the end the problem is somewhere on my pc, but I guess I will never find out what it was. Cheers On Fri, May 6, 2011 at 12:59 PM, Paulo Silva wrote: > Hi th

[CMake] cmake-2.8.4.tar.gz can't decompress (wrong checksum)

2011-05-05 Thread Paulo Silva
Hi there, I'm trying to install cmake-2.8.4.tar.gz. I tried to download it a number of times from http://www.cmake.org/files/v2.8/, but this file seems to be corrupted.(?) I always get a file with md5 026a61867cb0dd9375c2523282e28e7b which can't be decompressed. while the theoretically correct chec

[CMake] Precompiled headers path bug(?)

2011-03-13 Thread Paulo Silva
Hi, if I do set(PCHDIR ../include.pch) add_precompiled_header( ${PROJECT_NAME} ${PCHDIR}/pch.hpp ) an extra ../ is added to PCHDIR. Isn't this a bug. However if I do set(PCHDIR ../../include.pch) or anything else nothing gets added. This might be a feature but for me it's working like a bug. S