[CMake] Setting Linker for CMAKE

Bill Hoffman bill.hoffman at kitware.com
Tue Feb 5 21:18:09 EST 2008


Linton, Tom wrote:
> For Linux, how can you tell CMAKE where to find the linker 'ld' ?
> 

Cmake does not usually call ld directly, but rather uses the compiler to 
do the linking.  In the Modules/Platform files there are settings for 
linking various things.  Do you have a more specific problem you are 
trying to solve?

-Bill


More information about the CMake mailing list