cmake with -DWITH_CURL=OFF
from file: ./generated/config.h
#define WITH_OAUTHBEARER_OIDC 0
from src/rdkafka_conf.c
#ifdef WITH_OAUTHBEARER_OIDC
#include <curl/curl.h>
#endif
get error:
src/rdkafka_conf.c:60:10: fatal error: 'curl/curl.h' file not found
60 | #include <curl/curl.h>