Browse Source

Intermediate changes

robot-piglet 1 year ago
parent
commit
bd76adca64
1 changed files with 0 additions and 12 deletions
  1. 0 12
      contrib/libs/zlib/ya.make

+ 0 - 12
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
 )