cmake HAVE_NETCDF_PAR examples

NCAR/ParallelIO CMakeLists.txt :334

CHECK_C_SOURCE_COMPILES("
#include <netcdf_meta.h>
#if !NC_HAS_PARALLEL
      choke me
#endif
int main() {return 0;}" HAVE_NETCDF_PAR)