cmake NC_HAS_SZIP_WRITE examples

NCAR/ParallelIO CMakeLists.txt :350

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