diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-11-16 17:11:14 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-11-16 17:11:14 (GMT) |
commit | 7a1745b84bb5c3c9325b17e3a346b9a79f227efc (patch) | |
tree | 3e34806befb326a54846d4ab984a32cbb3cea68f /Source/cmGetTargetPropertyCommand.h | |
parent | 0334c773160ad341afd6f483bfcbcaeca233ba26 (diff) | |
download | CMake-7a1745b84bb5c3c9325b17e3a346b9a79f227efc.zip CMake-7a1745b84bb5c3c9325b17e3a346b9a79f227efc.tar.gz CMake-7a1745b84bb5c3c9325b17e3a346b9a79f227efc.tar.bz2 |
STYLE: fix docs
Diffstat (limited to 'Source/cmGetTargetPropertyCommand.h')
-rw-r--r-- | Source/cmGetTargetPropertyCommand.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGetTargetPropertyCommand.h b/Source/cmGetTargetPropertyCommand.h index 367d05e..06a2d17 100644 --- a/Source/cmGetTargetPropertyCommand.h +++ b/Source/cmGetTargetPropertyCommand.h @@ -65,7 +65,7 @@ public: "The read-only property \"TYPE\" returns which type the specified " "target has (EXECUTABLE, STATIC_LIBRARY, SHARED_LIBRARY, " "MODULE_LIBRARY, UTILITY, INSTALL_FILES or INSTALL_PROGRAMS). " - "This command can get properties for any target so far created.\n" + "This command can get properties for any target so far created. " "The targets do not need to be in the current CMakeLists.txt file."; } |