Fix T44449, sm_52 kernel missing in CMake builds.

This commit is contained in:
Thomas Dinges 2015-04-19 22:04:23 +02:00
parent 62f79856e9
commit 5db143efbb
Notes: blender-bot 2023-02-14 10:11:49 +01:00
Referenced by issue #44449, Buildbot CMAKE Win 64 Missing Kernel (52)
Referenced by issue #44452, Inconsistent color RGB values across preferences
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ option(WITH_CYCLES_STANDALONE "Build cycles standalone application" OFF)
option(WITH_CYCLES_STANDALONE_GUI "Build cycles standalone with GUI" OFF)
option(WITH_CYCLES_OSL "Build Cycles with OSL support" ${_init_CYCLES_OSL})
option(WITH_CYCLES_CUDA_BINARIES "Build cycles CUDA binaries" OFF)
set(CYCLES_CUDA_BINARIES_ARCH sm_20 sm_21 sm_30 sm_35 sm_50 CACHE STRING "CUDA architectures to build binaries for")
set(CYCLES_CUDA_BINARIES_ARCH sm_20 sm_21 sm_30 sm_35 sm_50 sm_52 CACHE STRING "CUDA architectures to build binaries for")
mark_as_advanced(CYCLES_CUDA_BINARIES_ARCH)
unset(PLATFORM_DEFAULT)
option(WITH_CYCLES_LOGGING "Build cycles with logging support" ON)