diff options
author | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:56:00 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2006-05-10 19:56:00 (GMT) |
commit | 71b993560b2e65dc648521fc19b02b5e80e50553 (patch) | |
tree | 186eee70bc91d63bd48a4895ca3a31fe84227914 /Source/cmGetSourceFilePropertyCommand.h | |
parent | 2af47105250a8a502eb5a3cbe18e1d77d11ec590 (diff) | |
download | CMake-71b993560b2e65dc648521fc19b02b5e80e50553.zip CMake-71b993560b2e65dc648521fc19b02b5e80e50553.tar.gz CMake-71b993560b2e65dc648521fc19b02b5e80e50553.tar.bz2 |
STYLE: fix line length
Diffstat (limited to 'Source/cmGetSourceFilePropertyCommand.h')
-rw-r--r-- | Source/cmGetSourceFilePropertyCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGetSourceFilePropertyCommand.h b/Source/cmGetSourceFilePropertyCommand.h index aefbe23..ed12fa7 100644 --- a/Source/cmGetSourceFilePropertyCommand.h +++ b/Source/cmGetSourceFilePropertyCommand.h @@ -55,7 +55,7 @@ public: " GET_SOURCE_FILE_PROPERTY(VAR file property)\n" "Get a property from a source file. The value of the property is " "stored in the variable VAR. If the property is not found, VAR " - "will be set to \"NOTFOUND\". Use SET_SOURCE_FILES_PROPERTIES to set " + "will be set to \"NOTFOUND\". Use SET_SOURCE_FILES_PROPERTIES to set " "property values. Source file properties usually control how the " "file is built. One property that is always there is LOCATION"; } |