mirror of
https://github.com/Kitware/CMake.git
synced 2025-10-14 02:08:27 +08:00
Help: Remove accidental blockquotes around lists
Indenting a list relative to the previous paragraph creates a blockquote. Combined with the natural list indent it results in an overly large left margin.
This commit is contained in:
@@ -25,8 +25,8 @@ or a component GROUP name.
|
||||
Here are some CPack DEB generator wiki resources that are here for historic
|
||||
reasons and are no longer maintained but may still prove useful:
|
||||
|
||||
- https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/Configuration
|
||||
- https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/PackageGenerators#deb-unix-only
|
||||
- https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/Configuration
|
||||
- https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/PackageGenerators#deb-unix-only
|
||||
|
||||
List of CPack DEB generator specific variables:
|
||||
|
||||
|
@@ -349,12 +349,12 @@ Package
|
||||
|
||||
Archive compression level. The allowable values are:
|
||||
|
||||
* 0 (*No compression*)
|
||||
* 1 (*Fastest compression*)
|
||||
* 3 (*Fast compression*)
|
||||
* 5 (*Normal compression*)
|
||||
* 7 (*Maximum compression*)
|
||||
* 9 (*Ultra compression*)
|
||||
* 0 (*No compression*)
|
||||
* 1 (*Fastest compression*)
|
||||
* 3 (*Fast compression*)
|
||||
* 5 (*Normal compression*)
|
||||
* 7 (*Maximum compression*)
|
||||
* 9 (*Ultra compression*)
|
||||
|
||||
If this variable is not set, QtIFW will use a default compression level,
|
||||
which will typically be 5 (*Normal compression*).
|
||||
|
@@ -36,8 +36,8 @@ https://rpm.org/documentation.
|
||||
Here are some CPack RPM generator wiki resources that are here for historic
|
||||
reasons and are no longer maintained but may still prove useful:
|
||||
|
||||
- https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/Configuration
|
||||
- https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/PackageGenerators#rpm-unix-only
|
||||
- https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/Configuration
|
||||
- https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/PackageGenerators#rpm-unix-only
|
||||
|
||||
List of CPack RPM generator specific variables:
|
||||
|
||||
|
Reference in New Issue
Block a user