cmake FLB_HAVE_VALGRIND examples

fluent/fluent-bit CMakeLists.txt :883

check_c_source_compiles("
  #include <valgrind/valgrind.h>
  int main() {
     return 0;
  }" FLB_HAVE_VALGRIND)