CMake/Modules/FindCUDA
Hong Xu 76b76a7f9b FindCUDA: Fix support for backslashes in CUDA_NVCC_INCLUDE_DIRS
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.
2019-08-20 09:47:29 -04:00
..
make2cmake.cmake Various typo fixes 2018-01-04 06:52:01 +11:00
parse_cubin.cmake Replace MATCHES ".+" tests with NOT STREQUAL "" 2014-04-14 18:17:23 +02:00
run_nvcc.cmake FindCUDA: Fix support for backslashes in CUDA_NVCC_INCLUDE_DIRS 2019-08-20 09:47:29 -04:00
select_compute_arch.cmake CUDA: Add CUDA 10 (Turing) detection 2018-12-07 08:51:57 -05:00