[CMake] CMake support for Itanium builds with Visual Studio 2005

2008-05-27 Thread Magnus Sirwiö
We need to build our software for Windows Itanium. For this we use Microsoft Visual Studio 2005 with cross tools to generate executables for x86_amd64 and x86_ia64. Compiling for x86_amd64 works fine with CMake but the x86_ia64 fails. Does somebody have a clue on howto fix this or that can prov

[CMake] INSTALL TARGETS modifies files on some platforms.

2007-11-11 Thread Magnus Sirwiö
Hi, I have notices strange behavior when using the INSTALL rule with the TARGETS signature as shown below: INSTALL ( TARGETS setuptool DESTINATION .) On some platforms the file copy of the above rule modifies the size of the file. >ls -l bin/setuptool install/setuptool -rwxrwxr-x 1 bbb ccuse