cmInstallCommand: Remove duplicated sentence from docs

install(TARGETS ...) documentation described twice what happens on non-DLL
systems.
This commit is contained in:
Yury G. Kudryashov 2012-01-17 18:54:49 +04:00 committed by Brad King
parent 01ddef87e6
commit a64b6185de
1 changed files with 1 additions and 3 deletions

View File

@ -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>. "