From a64b6185de82ec3c4f686748d2244810890cddd1 Mon Sep 17 00:00:00 2001 From: "Yury G. Kudryashov" Date: Tue, 17 Jan 2012 18:54:49 +0400 Subject: [PATCH] cmInstallCommand: Remove duplicated sentence from docs install(TARGETS ...) documentation described twice what happens on non-DLL systems. --- Source/cmInstallCommand.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Source/cmInstallCommand.h b/Source/cmInstallCommand.h index 8f62322727..377b43af87 100644 --- a/Source/cmInstallCommand.h +++ b/Source/cmInstallCommand.h @@ -168,9 +168,7 @@ public: "On non-DLL platforms mySharedLib will be installed to /lib " "and /some/full/path. On DLL platforms the mySharedLib DLL will be " "installed to /bin and /some/full/path and its import library " - "will be installed to /lib/static and /some/full/path. " - "On non-DLL platforms mySharedLib will be installed to /lib " - "and /some/full/path." + "will be installed to /lib/static and /some/full/path." "\n" "The EXPORT option associates the installed target files with an " "export called . "