cmInstallCommand: Remove duplicated sentence from docs
install(TARGETS ...) documentation described twice what happens on non-DLL systems.
This commit is contained in:
parent
01ddef87e6
commit
a64b6185de
|
@ -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>. "
|
||||
|
|
Loading…
Reference in New Issue