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