cmake: Update the description of --system-libs

This commit is contained in:
Xi Ruoyao 2024-01-19 12:03:29 +08:00
parent 0d5baf1715
commit 9c69661841
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -179,12 +179,10 @@ make</userinput></screen>
</para>
<para>
<parameter>--system-libs</parameter>: This switch forces the build system
to link against <application>Zlib</application>,
<application>Bzip2</application>, <application>cURL</application>,
<application>nghttp2</application>,
<application>Expat</application> and <application>libarchive</application>
installed on the system.
<parameter>--system-libs</parameter>: This switch forces the build
system to link against the system installed version for all needed
libraries but those explicitly specified via a
<option>--no-system-*</option> option.
</para>
<para>