MantisBT - CMake
View Issue Details
0014843CMakeCMakepublic2014-03-26 23:382016-06-10 14:31
Ben Boeckel (mathstuf) 
Kitware Robot 
normalminoralways
closedmoved 
 
 
0014843: Flags to link to a library are not configurable by language
Currently, the variables CMAKE_LINK_LIBRARY_{FLAG,SUFFIX} and CMAKE_LIBRARY_PATH_{FLAG,TERMINATOR} are global and don't have language-specific overrides available. There may be others, but these seem to be the only ones from a quick look.

This is required for the DMD D compiler since its link flags are -L-l and -L-L and the LDC D compiler which uses -L=-l and -L=-L for library and path flags, respectively.
No tags attached.
Issue History
2014-03-26 23:38Ben Boeckel (mathstuf)New Issue
2016-06-10 14:29Kitware RobotNote Added: 0042519
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042519)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.