[cmake-developers] [PATCH] Remove duplicated sentense from docs

Yury G. Kudryashov urkud.urkud at gmail.com
Tue Jan 17 09:54:49 EST 2012


From: "Yury G. Kudryashov" <urkud.urkud at gmail.com>

install(TARGETS ...) documentation described twice what happens on non-DLL
systems.
---
 Source/cmInstallCommand.h |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/Source/cmInstallCommand.h b/Source/cmInstallCommand.h
index 8f62322..377b43a 100644
--- a/Source/cmInstallCommand.h
+++ b/Source/cmInstallCommand.h
@@ -168,9 +168,7 @@ public:
       "On non-DLL platforms mySharedLib will be installed to <prefix>/lib "
       "and /some/full/path.  On DLL platforms the mySharedLib DLL will be "
       "installed to <prefix>/bin and /some/full/path and its import library "
-      "will be installed to <prefix>/lib/static and /some/full/path. "
-      "On non-DLL platforms mySharedLib will be installed to <prefix>/lib "
-      "and /some/full/path."
+      "will be installed to <prefix>/lib/static and /some/full/path."
       "\n"
       "The EXPORT option associates the installed target files with an "
       "export called <export-name>.  "
-- 
1.7.8




More information about the cmake-developers mailing list