Am Friday 08 October 2010 schrieb aaron.mead...@thomsonreuters.com:
> Is this not sufficient: (from "Variables That Describe the System")
> 
> CMAKE_CL_64: Using the 64 bit compiler from Microsoft
> 
> Set to true when using the 64 bit cl compiler from Microsoft.
> 
> This is what I'm intending on using, so if this won't work, I'll need to
> know...

IIRC that doesn't work if you use the Studio generator (i.e. not Makefiles). So 
this needs to be something like "if (CMAKE_CL_64 or CMAKE_GENERATOR MATCHES 
Win64)"

Eike

Attachment: signature.asc
Description: This is a digitally signed message part.

_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to