[CMake] Cross-compilation related question

Tyler Roscoe tyler at cryptio.net
Tue Aug 25 04:05:12 EDT 2009


On Tue, Aug 25, 2009 at 12:08:10AM -0700, Xiangyun Kong wrote:
> I am trying to do a cross-compilation with CMake. I got a problem 
> in creating a 64-bit shared library on a Win32 platform.
> The problem is the CMAKE is always appending the
> /machine:I386 following my arch setup /machine:x64.

Use the "Visual Studio 200X Win64" generator instead of the "Visual
Studio 200X" generator.

tyler


More information about the CMake mailing list