CUDA: ConsumeCompileFeatures use cxx_nullptr for wider compiler support
requested to merge robertmaynard/cmake:cuda_compile_features_test_use_widely_supported_feature into master
We need to use a C++11 feature that is supported by the widest range of compilers, so we chose nullptr instead of constexpr.