[CMake] Problems with renamed CMake Generators

Nils Gladitz nilsgladitz at gmail.com
Thu Jan 23 08:58:38 EST 2014


On 01/23/2014 02:51 PM, NoRulez wrote:
> I know I can use CMAKE_CL_64 to detect 32/64 bit and MSVC12 if the Visual Studio 2013 generator is used.

I use CMAKE_SIZEOF_VOID_P which is "8" for 64-bit and "4" for 32-bit builds.

Nils




More information about the CMake mailing list