diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-17 20:52:50 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-17 21:10:21 +0300 |
commit | 2f9af400611963e6724a2ca3df319c578c98790a (patch) | |
tree | cf9eecdd71738d9b6afd4aaddb21027a3feb8e31 /contrib | |
parent | 9fd9a180a25ac9213be5e56198f2289de0d0d977 (diff) | |
download | ydb-2f9af400611963e6724a2ca3df319c578c98790a.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib')
-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 2b45e351eef..f60065e158d 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 |