cmake PIO_HAS_PAR_FILTERS examples

NCAR/ParallelIO CMakeLists.txt :361

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