diff options
author | Brad King <brad.king@kitware.com> | 2021-02-19 14:14:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2021-02-19 14:14:14 (GMT) |
commit | cf9a71870b10efb9e1e14bb6dab8b98a7060a288 (patch) | |
tree | dd0b40f2426aea60c9f82519f35709dc1881f4ba /Help/cpack_gen | |
parent | 0ee997b1323a6f8f3cbe0eecea558adc494c3fb0 (diff) | |
download | CMake-cf9a71870b10efb9e1e14bb6dab8b98a7060a288.zip CMake-cf9a71870b10efb9e1e14bb6dab8b98a7060a288.tar.gz CMake-cf9a71870b10efb9e1e14bb6dab8b98a7060a288.tar.bz2 |
Help: Fix CPACK_DEBIAN_PACKAGE_SHLIBDEPS_PRIVATE_DIRS documentation
The docs added by commit d586a4ad60 (CPackDeb: dpkg-shlibdeps now
supports searching for private shared libs, 2021-01-19,
v3.20.0-rc1~115^2) specify the `-d` option, but the implementation
actually uses the `-l` option.
Issue: #21838
Diffstat (limited to 'Help/cpack_gen')
-rw-r--r-- | Help/cpack_gen/deb.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/cpack_gen/deb.rst b/Help/cpack_gen/deb.rst index 42b8392..03c4ea8 100644 --- a/Help/cpack_gen/deb.rst +++ b/Help/cpack_gen/deb.rst @@ -347,7 +347,7 @@ List of CPack DEB generator specific variables: .. versionadded:: 3.20 May be set to a list of directories that will be given to ``dpkg-shlibdeps`` - via its ``-d`` option. These will be searched by ``dpkg-shlibdeps`` in order + via its ``-l`` option. These will be searched by ``dpkg-shlibdeps`` in order to find private shared library dependencies. * Mandatory : NO |