fix #3296 : Unsupported gpu architecture 'compute_21'

This commit is contained in:
Vladislav Vinogradov 2013-10-03 10:21:00 +04:00
parent 88419f8923
commit 4e4d2da0b9

View File

@ -110,6 +110,7 @@ if(CUDA_FOUND)
message(STATUS "Automatic detection of CUDA generation failed. Going to build for all known architectures.") message(STATUS "Automatic detection of CUDA generation failed. Going to build for all known architectures.")
else() else()
set(__cuda_arch_bin "${_nvcc_out}") set(__cuda_arch_bin "${_nvcc_out}")
string(REPLACE "2.1" "2.1(2.0)" __cuda_arch_bin "${__cuda_arch_bin}")
endif() endif()
endif() endif()