]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
cmake: add missed variable to comment [ci skip]
authorViktor Szakats <commit@vsz.me>
Fri, 4 Oct 2024 00:10:00 +0000 (02:10 +0200)
committerViktor Szakats <commit@vsz.me>
Fri, 4 Oct 2024 00:10:29 +0000 (02:10 +0200)
Follow-up to 9f56bb608ecfbb8978c6cb72a04d9e8b23162d82 #14681

CMakeLists.txt

index af8d1b030ec3fd19f9d7389e0cdf70e2a1143f5e..0129380e6604583ecfee96fa983e486a31a75789 100644 (file)
@@ -2066,7 +2066,7 @@ if(NOT CURL_DISABLE_INSTALL)
     set(ENABLE_STATIC       "no")
   endif()
 
-  # Finally generate a "curl-config" matching this config.
+  # Generate a "curl-config" matching this config.
   # Consumed variables:
   #   CC
   #   CONFIGURE_OPTIONS
@@ -2096,11 +2096,12 @@ if(NOT CURL_DISABLE_INSTALL)
       GROUP_READ GROUP_EXECUTE
       WORLD_READ WORLD_EXECUTE)
 
-  # Finally generate a pkg-config file matching this config
+  # Generate a pkg-config file matching this config.
   # Consumed variables:
   #   CURLVERSION
   #   exec_prefix
   #   includedir
+  #   LDFLAGS
   #   LIBCURL_PC_CFLAGS
   #   LIBCURL_PC_CFLAGS_PRIVATE
   #   LIBCURL_PC_LIBS