mirror of
https://github.com/reactos/CMake.git
synced 2024-11-27 05:20:34 +00:00
76b76a7f9b
Backslashes in `CUDA_NVCC_INCLUDE_DIRS` cause syntax errors because it is written to a generated `.cmake` script as a string literal. Use a bracket argument to hold the expanded value as we already do for `CUDA_NVCC_COMPILE_DEFINITIONS`. Then explicitly convert backslashes to forward slashes. |
||
---|---|---|
.. | ||
make2cmake.cmake | ||
parse_cubin.cmake | ||
run_nvcc.cmake | ||
select_compute_arch.cmake |