IntelDPCPP: target_compile_features
This crashes with Intel DPC++:
```cmake
target_compile_features(amrex PUBLIC cxx_std_17)
```
via
```
target_compile_features no known features for CXX compiler
"IntelDPCPP"
version 12.0.0.1.
```
(Maybe the same with IntelClang)
issue