CMakeDetermineCompilerABI: Handle NVCC-style -Werror flags

NVCC doesn't require an equals sign for its -Werror flags.

Fixes #21265.
This commit is contained in:
Raul Tambre
2020-10-04 09:09:21 +03:00
parent 3ae3b352d1
commit 079ea66468
2 changed files with 5 additions and 1 deletions
@@ -0,0 +1,4 @@
cuda-nvcc-werror-abi
--------------------
* Compiler ABI detection now handles NVCC-style ``-Werror`` flags.