[CMake] CMake for Opteron AMD

Bill Hoffman bill.hoffman at kitware.com
Fri May 4 09:23:06 EDT 2007


Rahul Kulkarni wrote:
> Hello Bill,
>
> Thanks for the quick response. But is it a good idea to use 32-bit version
> on 64-bit system? Would it cause any problems to the applications if I build
> them with 32-bit CMake?
>   
The only time this is a problem is when you use loadable cmake 
modules.   If you don't know what they are, chances are you are not 
using them.  There are much better ways to do the same types of things 
in cmake without loadable modules these days, so if you are using them, 
I would recommend switching to a macro.

-Bill



More information about the CMake mailing list