[CMake] CMake for Opteron AMD

Eric Noulard eric.noulard at gmail.com
Fri May 4 09:15:38 EDT 2007


2007/5/4, Rahul Kulkarni <rahul_kulkarni at persistent.co.in>:
> 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?

I don't know for Windows platform but I did use 32bits CMake for build 64bits
executable on linux and it works just fine.

CMake does not "build" the application it generates file for your build tool
(Visual Studio, Nmake, Unix Makefile...) to do it.

So that after you have run CMake and IF CMake has found your 64bits
compilation tool chain, CMake stays out of the build loop.


-- 
Erk


More information about the CMake mailing list