[cmake-developers] [CMake 0014843]: Flags to link to a library are not configurable by language

Mantis Bug Tracker mantis at public.kitware.com
Wed Mar 26 23:38:34 EDT 2014


The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=14843 
====================================================================== 
Reported By:                Ben Boeckel (mathstuf)
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14843
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-03-26 23:38 EDT
Last Modified:              2014-03-26 23:38 EDT
====================================================================== 
Summary:                    Flags to link to a library are not configurable by
language
Description: 
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.
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-03-26 23:38 Ben Boeckel (mathstuf)New Issue                                
   
======================================================================



More information about the cmake-developers mailing list