cmake CMT_HAVE_CFL examples

fluent/fluent-bit lib/cmetrics/CMakeLists.txt :177

check_c_source_compiles("
  #include <cfl/cfl_found.h>
  int main() {
     return cfl_found();
  }" CMT_HAVE_CFL)