diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-18 19:49:54 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-18 20:14:28 +0300 |
commit | bd76adca640c9cd6be966a5ece979069498c668e (patch) | |
tree | 01eb72d9daefda304cc6cdb46392d98c586fa175 | |
parent | 636c751bf747f51954ebecb915b5b2a3dce6a7eb (diff) | |
download | ydb-bd76adca640c9cd6be966a5ece979069498c668e.tar.gz |
Intermediate changes
-rw-r--r-- | contrib/libs/zlib/ya.make | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/contrib/libs/zlib/ya.make b/contrib/libs/zlib/ya.make index 84cd460f28..a29edbc6e2 100644 --- a/contrib/libs/zlib/ya.make +++ b/contrib/libs/zlib/ya.make @@ -10,18 +10,6 @@ VERSION(1.3) ORIGINAL_SOURCE(https://github.com/madler/zlib/archive/v1.3.tar.gz) -# TODO(YMAKE-92) Move this information out of ya.make and allow per project configuration -IF (OPENSOURCE_PROJECT == "catboost") - OPENSOURCE_EXPORT_REPLACEMENT( - CMAKE - ZLIB - CMAKE_TARGET - ZLIB::ZLIB - CONAN - zlib/1.3 - ) -ENDIF() - ADDINCL( GLOBAL contrib/libs/zlib/include ) |