mirror of
https://github.com/curl/curl.git
synced 2026-08-25 01:33:31 +03:00
cmake: forward USE_LIBRTMP option to C
Define in C `USE_LIBRTMP` if user requested it from cmake. Closes #13364
This commit is contained in:
parent
dde4b3855e
commit
6eb9e65781
1 changed files with 3 additions and 0 deletions
|
|
@ -710,6 +710,9 @@ ${SIZEOF_TIME_T_CODE}
|
||||||
/* if OpenSSL is in use */
|
/* if OpenSSL is in use */
|
||||||
#cmakedefine USE_OPENSSL 1
|
#cmakedefine USE_OPENSSL 1
|
||||||
|
|
||||||
|
/* if librtmp/rtmpdump is in use */
|
||||||
|
#cmakedefine USE_LIBRTMP 1
|
||||||
|
|
||||||
/* Define to 1 if you don't want the OpenSSL configuration to be loaded
|
/* Define to 1 if you don't want the OpenSSL configuration to be loaded
|
||||||
automatically */
|
automatically */
|
||||||
#cmakedefine CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG 1
|
#cmakedefine CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG 1
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue