Merge topic 'IMPORTED_LOCATION_CONFIG-docs'

bdc6e32 Update the docs of IMPORTED_LOCATION_CONFIG to match the code.
This commit is contained in:
David Cole 2012-05-29 15:37:23 -04:00 committed by CMake Topic Stage
commit 28ce13f2fb
1 changed files with 3 additions and 3 deletions

View File

@ -700,9 +700,9 @@ void cmTarget::DefineProperties(cmake *cm)
"Setting this property tells CMake what imported configurations are " "Setting this property tells CMake what imported configurations are "
"suitable for use when building the <CONFIG> configuration. " "suitable for use when building the <CONFIG> configuration. "
"The first configuration in the list found to be provided by the " "The first configuration in the list found to be provided by the "
"imported target is selected. If no matching configurations are " "imported target is selected. If this property is set and no matching "
"available the imported target is considered to be not found. " "configurations are available, then the imported target is considered "
"This property is ignored for non-imported targets.", "to be not found. This property is ignored for non-imported targets.",
false /* TODO: make this chained */ ); false /* TODO: make this chained */ );
cm->DefineProperty cm->DefineProperty