diff options
author | dimdim11 <dimdim11@yandex-team.com> | 2023-11-24 11:12:03 +0300 |
---|---|---|
committer | dimdim11 <dimdim11@yandex-team.com> | 2023-11-24 11:52:17 +0300 |
commit | c5284478af104d82c4d84a5d99bf0a51ecd2ca63 (patch) | |
tree | 1866d11e43f2a6edf6a248cbf4601319b2c18548 /contrib/restricted/aws/aws-c-io/CMakeLists.txt | |
parent | efe5b5f8d2da503eda4d172f6f2e85aac64ba6a6 (diff) | |
download | ydb-c5284478af104d82c4d84a5d99bf0a51ecd2ca63.tar.gz |
Add env semantic
Diffstat (limited to 'contrib/restricted/aws/aws-c-io/CMakeLists.txt')
-rw-r--r-- | contrib/restricted/aws/aws-c-io/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/contrib/restricted/aws/aws-c-io/CMakeLists.txt b/contrib/restricted/aws/aws-c-io/CMakeLists.txt index 2dce3a77fe..1beba2829f 100644 --- a/contrib/restricted/aws/aws-c-io/CMakeLists.txt +++ b/contrib/restricted/aws/aws-c-io/CMakeLists.txt @@ -12,8 +12,6 @@ elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL include(CMakeLists.darwin-x86_64.txt) elseif (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "arm64") include(CMakeLists.darwin-arm64.txt) -elseif (WIN32 AND CMAKE_SYSTEM_PROCESSOR STREQUAL "AMD64" AND NOT HAVE_CUDA) - include(CMakeLists.windows-x86_64.txt) elseif (CMAKE_SYSTEM_NAME STREQUAL "Linux" AND CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64" AND NOT HAVE_CUDA) include(CMakeLists.linux-x86_64.txt) endif() |