diff options
author | Stephen Kelly <steveire@gmail.com> | 2012-05-17 10:47:29 (GMT) |
---|---|---|
committer | Stephen Kelly <steveire@gmail.com> | 2012-05-25 10:22:27 (GMT) |
commit | bdc6e32d322a0ef0da39c52e46a53056c592697d (patch) | |
tree | eadefa0fef78275f4fc723ec7cfa392ea17f4fe1 /Source/cmTarget.cxx | |
parent | 3e0580ba6536186772203f09091ef960a9704c19 (diff) | |
download | CMake-bdc6e32d322a0ef0da39c52e46a53056c592697d.zip CMake-bdc6e32d322a0ef0da39c52e46a53056c592697d.tar.gz CMake-bdc6e32d322a0ef0da39c52e46a53056c592697d.tar.bz2 |
Update the docs of IMPORTED_LOCATION_CONFIG to match the code.
Diffstat (limited to 'Source/cmTarget.cxx')
-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 |