diff options
author | David Cole <david.cole@kitware.com> | 2012-05-29 19:37:23 (GMT) |
---|---|---|
committer | CMake Topic Stage <kwrobot@kitware.com> | 2012-05-29 19:37:23 (GMT) |
commit | 28ce13f2fbf6227ec0b27e500654ccf2bad0c111 (patch) | |
tree | f4a8da29697f022b43393ca0ee432727cdcc0807 /Source | |
parent | 1b9948cb79fb1486dc416d1c054f2ae18b456029 (diff) | |
parent | bdc6e32d322a0ef0da39c52e46a53056c592697d (diff) | |
download | CMake-28ce13f2fbf6227ec0b27e500654ccf2bad0c111.zip CMake-28ce13f2fbf6227ec0b27e500654ccf2bad0c111.tar.gz CMake-28ce13f2fbf6227ec0b27e500654ccf2bad0c111.tar.bz2 |
Merge topic 'IMPORTED_LOCATION_CONFIG-docs'
bdc6e32 Update the docs of IMPORTED_LOCATION_CONFIG to match the code.
Diffstat (limited to 'Source')
-rw-r--r-- | Source/cmTarget.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index c9bb006..c5ef9ff 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -700,9 +700,9 @@ void cmTarget::DefineProperties(cmake *cm) "Setting this property tells CMake what imported configurations are " "suitable for use when building the <CONFIG> configuration. " "The first configuration in the list found to be provided by the " - "imported target is selected. If no matching configurations are " - "available the imported target is considered to be not found. " - "This property is ignored for non-imported targets.", + "imported target is selected. If this property is set and no matching " + "configurations are available, then the imported target is considered " + "to be not found. This property is ignored for non-imported targets.", false /* TODO: make this chained */ ); cm->DefineProperty |