-
- Downloads
ENH: Disallow link-type keywords in link interface
The LINK_INTERFACE_LIBRARIES target property may not contain the "debug", "optimized", or "general" keywords. These keywords are supported only by the target_link_libraries (and link_libraries) command and are not a generic library list feature in CMake. When a user attempts to add one of these keywords to the property value, we now produce an error message that refers users to alternative means.
Showing
- Source/cmSetPropertyCommand.cxx 3 additions, 0 deletionsSource/cmSetPropertyCommand.cxx
- Source/cmSetTargetPropertiesCommand.cxx 1 addition, 0 deletionsSource/cmSetTargetPropertiesCommand.cxx
- Source/cmTarget.cxx 64 additions, 0 deletionsSource/cmTarget.cxx
- Source/cmTarget.h 1 addition, 0 deletionsSource/cmTarget.h
Loading
Please register or sign in to comment