[CMake] Creating one Visual Studio solution for many configurations and platforms
Denis Scherbakov
denis_scherbakov at yahoo.com
Fri Jun 5 08:39:36 EDT 2009
> > ist it possible with cmake to generate one Visual
> Studio solution file for many different combinations
> > of configurations (Debug,Release) and platforms(win32,
> x64).
Not possible. This has been discussed recently.
The reason is that tests are being executed for a specific platform
and their results can be different for 32 and 64 bit.
The fact that Microsoft invented something is not a proof that it is normal.
Denis
More information about the CMake
mailing list