[CMake] cmake compile on 64-bit SUSE

Bill Hoffman bill.hoffman at kitware.com
Tue Feb 20 17:35:52 EST 2007


George McConnell wrote:
> I need cmake to compile a 64-bit application. Can the 32-bit version 
> do that?
It should be able to.  You just have to set CXXFLAGS and CFLAGS with 64 
bit options or CC and CXX with 64 bit compilers before you run cmake or 
ccmake, and it should be fine.  You should not need a 64 bit cmake to 
build a 64 bit app.

-Bill



More information about the CMake mailing list