cmake and 64 bit installations

William A. Hoffman billlist at nycap.rr.com
Fri Jun 9 13:21:38 BST 2006


At 06:34 AM 6/9/2006, Thomas Zander wrote:
>On Friday 9 June 2006 11:50, Will Stephenson wrote:
>> Is it documented anywhere?
>
>Type 'ccmake ../../kdelibs'
>(thats indeed 2 c's)
>and see all the config options you have including an helpline at the 
>bottom of the screen when you are over it :-)

CMake does detect if it is a 64 bit build.   CMAKE_SIZEOF_VOIDP
is automatically detected in all cmake runs.   So, you could change
the default LIB install dir to lib64 based on that value.   CMake
already adds 64 to the names of directories that it searches for 
libraries.

-Bill





More information about the kde-core-devel mailing list