mirror of
https://github.com/reactos/CMake.git
synced 2024-12-11 21:34:32 +00:00
46abfedb83
The MSVC CUDA build customizations before CUDA 9 would not explicitly add the -x cu option when building. This caused .cpp and .c files invoked with CudaCompile to be compiled as host code and not cuda. Now when we detect CUDA < 9 we will explicitly add this option to correct this bug. |
||
---|---|---|
.. | ||
EnableStandard | ||
ExportPTX | ||
GPUDebugFlag | ||
ResolveDeviceSymbols | ||
SeparateCompilation | ||
WithDefs | ||
CMakeLists.txt |