diff options
author | mikhnenko <mikhnenko@yandex-team.com> | 2024-11-13 19:49:47 +0300 |
---|---|---|
committer | mikhnenko <mikhnenko@yandex-team.com> | 2024-11-13 20:05:17 +0300 |
commit | 3a1f180ce38fcdb92d6e67966a1c7e957ff9bcc9 (patch) | |
tree | e784fb8ca03783bbc1c10d76dc899a7328063657 /build/ymake.core.conf | |
parent | 593d804b3cb5202c629726e873c66ce3eb20b1a7 (diff) | |
download | ydb-3a1f180ce38fcdb92d6e67966a1c7e957ff9bcc9.tar.gz |
Freeze libcxx for cuda without c++20 support
commit_hash:c2eb32b5cb16638c17c6fc6900738f26ba6eca49
Diffstat (limited to 'build/ymake.core.conf')
-rw-r--r-- | build/ymake.core.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build/ymake.core.conf b/build/ymake.core.conf index 7b9c9acf89..64ed9b78da 100644 --- a/build/ymake.core.conf +++ b/build/ymake.core.conf @@ -340,6 +340,9 @@ otherwise { when ($MSVC == "yes" && $CLANG_CL != "yes") { SYSINCL+=build/sysincl/stl-to-libcxxmsvc.yml } + when ($NVCC_STD_VER == "17" || $CUDA11 == "yes") { + SYSINCL+=build/sysincl/stl-to-libcxxcuda11.yml + } when ($MUSL == "yes") { SYSINCL+=build/sysincl/libc-musl-libcxx.yml } |