aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/restricted/aws/aws-c-event-stream
diff options
context:
space:
mode:
authordimdim11 <dimdim11@yandex-team.com>2023-11-24 11:12:03 +0300
committerdimdim11 <dimdim11@yandex-team.com>2023-11-24 11:52:17 +0300
commitc5284478af104d82c4d84a5d99bf0a51ecd2ca63 (patch)
tree1866d11e43f2a6edf6a248cbf4601319b2c18548 /contrib/restricted/aws/aws-c-event-stream
parentefe5b5f8d2da503eda4d172f6f2e85aac64ba6a6 (diff)
downloadydb-c5284478af104d82c4d84a5d99bf0a51ecd2ca63.tar.gz
Add env semantic
Diffstat (limited to 'contrib/restricted/aws/aws-c-event-stream')
-rw-r--r--contrib/restricted/aws/aws-c-event-stream/CMakeLists.txt2
-rw-r--r--contrib/restricted/aws/aws-c-event-stream/CMakeLists.windows-x86_64.txt50
2 files changed, 0 insertions, 52 deletions
diff --git a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.txt b/contrib/restricted/aws/aws-c-event-stream/CMakeLists.txt
index 2dce3a77fe..1beba2829f 100644
--- a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.txt
+++ b/contrib/restricted/aws/aws-c-event-stream/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()
diff --git a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.windows-x86_64.txt b/contrib/restricted/aws/aws-c-event-stream/CMakeLists.windows-x86_64.txt
deleted file mode 100644
index d7f9cd17a6..0000000000
--- a/contrib/restricted/aws/aws-c-event-stream/CMakeLists.windows-x86_64.txt
+++ /dev/null
@@ -1,50 +0,0 @@
-
-# This file was generated by the build system used internally in the Yandex monorepo.
-# Only simple modifications are allowed (adding source-files to targets, adding simple properties
-# like target_include_directories). These modifications will be ported to original
-# ya.make files by maintainers. Any complex modifications which can't be ported back to the
-# original buildsystem will not be accepted.
-
-
-
-add_library(restricted-aws-aws-c-event-stream)
-target_compile_options(restricted-aws-aws-c-event-stream PRIVATE
- -DAWS_CAL_USE_IMPORT_EXPORT
- -DAWS_CHECKSUMS_USE_IMPORT_EXPORT
- -DAWS_COMMON_USE_IMPORT_EXPORT
- -DAWS_EVENT_STREAM_USE_IMPORT_EXPORT
- -DAWS_IO_USE_IMPORT_EXPORT
- -DAWS_USE_EPOLL
- -DHAVE_SYSCONF
- -DS2N_ADX
- -DS2N_BIKE_R3_AVX2
- -DS2N_BIKE_R3_AVX512
- -DS2N_BIKE_R3_PCLMUL
- -DS2N_CLONE_SUPPORTED
- -DS2N_CPUID_AVAILABLE
- -DS2N_FALL_THROUGH_SUPPORTED
- -DS2N_FEATURES_AVAILABLE
- -DS2N_HAVE_EXECINFO
- -DS2N_KYBER512R3_AVX2_BMI2
- -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD5_SHA1_HASH
- -DS2N_LIBCRYPTO_SUPPORTS_EVP_MD_CTX_SET_PKEY_CTX
- -DS2N_MADVISE_SUPPORTED
- -DS2N_SIKE_P434_R3_ASM
- -DS2N___RESTRICT__SUPPORTED
- $<IF:$<CXX_COMPILER_ID:MSVC>,,-Wno-everything>
-)
-target_include_directories(restricted-aws-aws-c-event-stream PUBLIC
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/include
-)
-target_link_libraries(restricted-aws-aws-c-event-stream PUBLIC
- restricted-aws-aws-c-common
- restricted-aws-aws-c-io
- restricted-aws-aws-checksums
-)
-target_sources(restricted-aws-aws-c-event-stream PRIVATE
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_channel_handler.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc_client.c
- ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-event-stream/source/event_stream_rpc_server.c
-)