From 7a1745b84bb5c3c9325b17e3a346b9a79f227efc Mon Sep 17 00:00:00 2001 From: Ken Martin Date: Wed, 16 Nov 2005 12:11:14 -0500 Subject: [PATCH] STYLE: fix docs --- Source/cmGetTargetPropertyCommand.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/cmGetTargetPropertyCommand.h b/Source/cmGetTargetPropertyCommand.h index 367d05efa..06a2d1703 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."; }