diff --git a/opensubdiv/CMakeLists.txt b/opensubdiv/CMakeLists.txt index 4b3cec84..cdcb39fa 100644 --- a/opensubdiv/CMakeLists.txt +++ b/opensubdiv/CMakeLists.txt @@ -106,7 +106,7 @@ if (NOT NO_LIB) if( CUDA_FOUND ) include_directories( "${CUDA_INCLUDE_DIRS}" ) if (UNIX) - list( APPEND CUDA_NVCC_FLAGS -Xcompiler -fPIC --gpu-architecture compute_11 ) + list( APPEND CUDA_NVCC_FLAGS -Xcompiler -fPIC --gpu-architecture compute_20 ) endif() endif()