mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:23:36 +03:00
cmake: add CURL_PATCHSTAMP configuration variable, test in CI
Also: - INSTALL-CMAKE.md: alpha sort. Closes #20576
This commit is contained in:
parent
516a0cd382
commit
5edd79aa93
4 changed files with 10 additions and 2 deletions
|
|
@ -330,6 +330,9 @@
|
|||
/* BoringSSL version */
|
||||
#cmakedefine CURL_BORINGSSL_VERSION ${CURL_BORINGSSL_VERSION}
|
||||
|
||||
/* Patch stamp */
|
||||
#cmakedefine CURL_PATCHSTAMP ${CURL_PATCHSTAMP}
|
||||
|
||||
/* Define to 1 if you have the <ifaddrs.h> header file. */
|
||||
#cmakedefine HAVE_IFADDRS_H 1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue