[CMake] CMake Visual Studio 64bit flag?

Peter Clemenko pclemenkoiii at gmail.com
Fri Oct 8 11:35:17 EDT 2010


Hello, I'm trying to work on creating a precompiled binary package for a
project I'm working on, and I was wondering if there was any way to
configure CMake to select a folder based on whether or not the 64bit version
of Visual studio was selected for the library path. The library path would
be something similar to:

lib
|-vs8
|--x86
|--x64
|-vs9
|--x86
|--x64
|-vs10
|--x86
|--x64

Is there any flag I can use in my Find.cmake files in order select the
library path based on if 64 bit or 32 bit is selected?

Thanks,
Peter
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20101008/b25381f6/attachment.htm>


More information about the CMake mailing list