diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-18 12:21:31 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-18 12:39:14 +0300 |
commit | 47bb3e0e53b6063552344c97fc3b1892de4419c6 (patch) | |
tree | 485f88fe65121c52f8497f15c14e082a428df816 /contrib/libs/zlib | |
parent | bcb4539d3c3e2e25ae6b8cf1facb984e92923fb4 (diff) | |
download | ydb-47bb3e0e53b6063552344c97fc3b1892de4419c6.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/libs/zlib')
-rw-r--r-- | contrib/libs/zlib/ya.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/libs/zlib/ya.make b/contrib/libs/zlib/ya.make index f60065e158..84cd460f28 100644 --- a/contrib/libs/zlib/ya.make +++ b/contrib/libs/zlib/ya.make @@ -11,7 +11,7 @@ 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") +IF (OPENSOURCE_PROJECT == "catboost") OPENSOURCE_EXPORT_REPLACEMENT( CMAKE ZLIB |