[cmake-developers] Cmake contribution for Open Watcom (patch)

Brad King brad.king at kitware.com
Fri Feb 28 14:43:47 EST 2014


On 02/28/2014 02:38 PM, Jiri Malak wrote:
>> The <LINK_FLAGS> placeholder is still needed.  It gets the
>> STATIC_LIBRARY_FLAGS:
> It is confusing to mix Librarian flags with Linker flags.

The "<LINK_FLAGS>" placeholder is just an implementation detail
whose name does not matter.  For actual linker calls it gets the
LINKER_FLAGS information but for librarian and archiver calls
(for STATIC libs) it gets the STATIC_LIBRARY_FLAGS value, not
any linker flags.

-Brad




More information about the cmake-developers mailing list