fluent/fluent-bit
lib/cprofiles/CMakeLists.txt
:117
check_c_source_compiles("
#include <cfl/cfl_found.h>
int main() {
return cfl_found();
}" CPROF_HAVE_CFL)
check_c_source_compiles("
#include <cfl/cfl_found.h>
int main() {
return cfl_found();
}" CPROF_HAVE_CFL)