CMake/Modules/FindCUDA
Daniel Pfeifer 5d0d980d99 Use string(APPEND) in Modules
Automate with:

find Modules -type f -print0 | xargs -0 perl -i -0pe \
's/set\(([a-zA-Z0-9_]+)(\s+)"\$\{\1\}([^"])/string(APPEND \1\2"\3/g'
2016-07-28 00:41:13 +02:00
..
make2cmake.cmake Use string(APPEND) in Modules 2016-07-28 00:41:13 +02:00
parse_cubin.cmake Replace MATCHES ".+" tests with NOT STREQUAL "" 2014-04-14 18:17:23 +02:00
run_nvcc.cmake Use string(APPEND) in Modules 2016-07-28 00:41:13 +02:00
select_compute_arch.cmake FindCUDA: Refactor Android(Tegra) support 2016-06-09 09:25:55 -04:00