summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallCommand.h
diff options
context:
space:
mode:
authorYury G. Kudryashov <urkud.urkud@gmail.com>2012-01-17 14:54:49 (GMT)
committerBrad King <brad.king@kitware.com>2012-01-17 15:02:13 (GMT)
commita64b6185de82ec3c4f686748d2244810890cddd1 (patch)
treea34d1fb7ba35a6e6991a627e863665c0c95d90e6 /Source/cmInstallCommand.h
parent01ddef87e650a7b0efb8cf81d1500e5bb9fd6eb8 (diff)
downloadCMake-a64b6185de82ec3c4f686748d2244810890cddd1.zip
CMake-a64b6185de82ec3c4f686748d2244810890cddd1.tar.gz
CMake-a64b6185de82ec3c4f686748d2244810890cddd1.tar.bz2
cmInstallCommand: Remove duplicated sentence from docs
install(TARGETS ...) documentation described twice what happens on non-DLL systems.
Diffstat (limited to 'Source/cmInstallCommand.h')
-rw-r--r--Source/cmInstallCommand.h4
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>. "