cmake CMT_HAVE_MSGPACK examples

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

check_c_source_compiles("
  #include \"../../../lib/msgpack-c/include/msgpack.h\"
  int main() {
     msgpack_packer pck;
     msgpack_sbuffer sbuf;
     return 0;
  }" CMT_HAVE_MSGPACK)