From 9c69661841bcd4e312f7961ebfc4f5d112975e1a Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 19 Jan 2024 12:03:29 +0800 Subject: [PATCH] cmake: Update the description of --system-libs --- general/prog/cmake.xml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/general/prog/cmake.xml b/general/prog/cmake.xml index b3a0423d64..319efcb2cd 100644 --- a/general/prog/cmake.xml +++ b/general/prog/cmake.xml @@ -179,12 +179,10 @@ make - --system-libs: This switch forces the build system - to link against Zlib, - Bzip2, cURL, - nghttp2, - Expat and libarchive - installed on the system. + --system-libs: This switch forces the build + system to link against the system installed version for all needed + libraries but those explicitly specified via a + option.