aboutsummaryrefslogtreecommitdiffstats
path: root/build/ymake_conf.py
diff options
context:
space:
mode:
authordimdi-y <dimdi-y@yandex-team.ru>2022-02-10 16:51:38 +0300
committerDaniil Cherednik <dcherednik@yandex-team.ru>2022-02-10 16:51:38 +0300
commit9056deae3cf958c40668e817502655c7017b4575 (patch)
tree8c51a6578b8dcffbf2f233177430867b40e27a8b /build/ymake_conf.py
parent569c3cefb9e9785ef25d8a067c01ea66ffa8deef (diff)
downloadydb-9056deae3cf958c40668e817502655c7017b4575.tar.gz
Restoring authorship annotation for <dimdi-y@yandex-team.ru>. Commit 1 of 2.
Diffstat (limited to 'build/ymake_conf.py')
-rwxr-xr-xbuild/ymake_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ymake_conf.py b/build/ymake_conf.py
index 30219eb85e..e6281e2077 100755
--- a/build/ymake_conf.py
+++ b/build/ymake_conf.py
@@ -3079,7 +3079,7 @@ class Cuda(object):
if self.cuda_version.value in ('8.0', '9.0', '9.1', '9.2', '10.0'):
raise ConfigureError('CUDA versions 8.x, 9.x and 10.0 are no longer supported.\nSee DEVTOOLS-7108.')
- if self.cuda_version.value in ('10.1', '11.0', '11.1', '11.2', '11.3', '11.4'):
+ if self.cuda_version.value in ('10.1', '11.0', '11.1', '11.2', '11.3', '11.4'):
return True
return False