diff options
author | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-07 07:52:45 +0300 |
---|---|---|
committer | arcadia-devtools <arcadia-devtools@yandex-team.ru> | 2022-06-07 07:52:45 +0300 |
commit | 7019e5910875e7d0b85cfbf4d46bf3761b377a7e (patch) | |
tree | 65679387ea2c038aa072c2d513b6dc6a47beb9d7 /contrib/restricted/aws/aws-c-io | |
parent | dd24834944d3b49f6b7be1199a349c7d9ea3b7b2 (diff) | |
download | ydb-7019e5910875e7d0b85cfbf4d46bf3761b377a7e.tar.gz |
intermediate changes
ref:bab1141168add6a5ad2d3ac926957ac6c27e30c3
Diffstat (limited to 'contrib/restricted/aws/aws-c-io')
-rw-r--r-- | contrib/restricted/aws/aws-c-io/CMakeLists.darwin.txt | 3 | ||||
-rw-r--r-- | contrib/restricted/aws/aws-c-io/CMakeLists.linux.txt | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/contrib/restricted/aws/aws-c-io/CMakeLists.darwin.txt b/contrib/restricted/aws/aws-c-io/CMakeLists.darwin.txt index b3c484c982..8779ae4f53 100644 --- a/contrib/restricted/aws/aws-c-io/CMakeLists.darwin.txt +++ b/contrib/restricted/aws/aws-c-io/CMakeLists.darwin.txt @@ -33,9 +33,6 @@ target_compile_options(restricted-aws-aws-c-io PRIVATE target_include_directories(restricted-aws-aws-c-io PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/include ) -target_include_directories(restricted-aws-aws-c-io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/include -) target_link_libraries(restricted-aws-aws-c-io PUBLIC restricted-aws-aws-c-cal restricted-aws-aws-c-common diff --git a/contrib/restricted/aws/aws-c-io/CMakeLists.linux.txt b/contrib/restricted/aws/aws-c-io/CMakeLists.linux.txt index 7290f20d3a..94478566cb 100644 --- a/contrib/restricted/aws/aws-c-io/CMakeLists.linux.txt +++ b/contrib/restricted/aws/aws-c-io/CMakeLists.linux.txt @@ -33,9 +33,6 @@ target_compile_options(restricted-aws-aws-c-io PRIVATE target_include_directories(restricted-aws-aws-c-io PUBLIC ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/include ) -target_include_directories(restricted-aws-aws-c-io PRIVATE - ${CMAKE_SOURCE_DIR}/contrib/restricted/aws/aws-c-io/include -) target_link_libraries(restricted-aws-aws-c-io PUBLIC restricted-aws-aws-c-cal restricted-aws-aws-c-common |