Browse Source

Intermediate changes

robot-piglet 1 year ago
parent
commit
a2edb39bfa
2 changed files with 2 additions and 2 deletions
  1. 1 1
      contrib/libs/openssl/crypto/ya.make
  2. 1 1
      contrib/libs/openssl/ya.make

+ 1 - 1
contrib/libs/openssl/crypto/ya.make

@@ -14,7 +14,7 @@ LICENSE(
 LICENSE_TEXTS(.yandex_meta/licenses.list.txt)
 
 # 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 OpenSSL
         CMAKE_PACKAGE_COMPONENT Crypto

+ 1 - 1
contrib/libs/openssl/ya.make

@@ -7,7 +7,7 @@ VERSION(1.1.1t)
 ORIGINAL_SOURCE(https://github.com/openssl/openssl/archive/OpenSSL_1_1_1t.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 OpenSSL
         CMAKE_TARGET OpenSSL::OpenSSL