mirror of
https://github.com/curl/curl.git
synced 2025-09-13 15:42:39 +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
|
@ -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…
Reference in New Issue
Block a user