2
0
mirror of https://github.com/curl/curl.git synced 2025-01-12 13:55:11 +08:00

cmake: forward USE_LIBRTMP option to C

Define in C `USE_LIBRTMP` if user requested it from cmake.

Closes 
This commit is contained in:
Tal Regev 2024-04-14 05:37:18 +03:00 committed by Viktor Szakats
parent dde4b3855e
commit 6eb9e65781
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -710,6 +710,9 @@ ${SIZEOF_TIME_T_CODE}
/* if OpenSSL is in use */
#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
automatically */
#cmakedefine CURL_DISABLE_OPENSSL_AUTO_LOAD_CONFIG 1