diff options
author | Brad King <brad.king@kitware.com> | 2023-03-10 17:35:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2023-03-12 11:52:15 (GMT) |
commit | 7a7793e6d7a230b3c208319dce337c6eec54897a (patch) | |
tree | 4cf534118e8c9bee47c4d031a619844f3f2124bc /Help/guide/tutorial/Step12/MathFunctions/MathFunctions.cxx | |
parent | d6353e74b4dc53b98943d5d66ab5ffb0bef04d08 (diff) | |
download | CMake-7a7793e6d7a230b3c208319dce337c6eec54897a.zip CMake-7a7793e6d7a230b3c208319dce337c6eec54897a.tar.gz CMake-7a7793e6d7a230b3c208319dce337c6eec54897a.tar.bz2 |
FindCUDA: Disallow with CMP0147 under Visual Studio
FindCUDA's custom commands invoke `nvcc`, which invokes `cl`. Under VS
this is done without a `/FS` flag, so `.pdb` generation races if we
use `BuildInParallel`. The FindCUDA module has already been removed by
policy CMP0146 after being deprecated since CMake 3.10, so it is
simplest to just disallow this combination of features.
Issue: #24576
Diffstat (limited to 'Help/guide/tutorial/Step12/MathFunctions/MathFunctions.cxx')
0 files changed, 0 insertions, 0 deletions