[CMake] How to invoke 64 bit cmd.exe from cmake script onWindows 7 (x64).
Rolf Eike Beer
eike at sf-mail.de
Mon Aug 23 15:56:32 EDT 2010
Am Monday 23 August 2010 schrieb Eric Noulard:
> I'm not a windows expert but since execute_process somehow
> Fork/CreateThread/CreateProcess from 32 bits CMake I doubt
> that this 32bits app may fork a 64bits one.
You can start a 64 bit process from a 32 one as you can do the other way
round. You just can't use libraries of different pointer length without magic.
Eike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part.
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100823/eda78242/attachment.pgp>
More information about the CMake
mailing list