[CMake] win32 and x64 in the same generator?

Philip Lowman philip at yhbt.com
Mon Jun 1 22:36:37 EDT 2009


On Mon, Jun 1, 2009 at 6:29 PM, Tyler Roscoe <tyler at cryptio.net> wrote:

> What are the pitfalls or difficulties in supporting this sort of
> "cross-compiling" in Visual Studio?


Two things come to mind:

1. find_library() (i.e. dependencies).. How would you pick 64-bit vs.
32-bit?
2. When compile tests are run (e.g. sizeof(void*) ).  Which compiler would
be used, 32-bit or 64-bit?

-- 
Philip Lowman
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20090601/6be8a149/attachment.htm>


More information about the CMake mailing list