aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/libs/jwt-cpp
diff options
context:
space:
mode:
authorarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-22 15:22:21 +0300
committerarcadia-devtools <arcadia-devtools@yandex-team.ru>2022-02-22 15:22:21 +0300
commitcb69ebfc910722a9ecfc2234d781f79e4a60fb60 (patch)
tree40adcfcf9bb46885103a78a1a85839293b8766f8 /contrib/libs/jwt-cpp
parent7d32d59535c3c2cafd4f033fdabfd43b99049a24 (diff)
downloadydb-cb69ebfc910722a9ecfc2234d781f79e4a60fb60.tar.gz
intermediate changes
ref:b4effc9582e42dfa79e9a44a91df283419947b3a
Diffstat (limited to 'contrib/libs/jwt-cpp')
-rw-r--r--contrib/libs/jwt-cpp/CMakeLists.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/contrib/libs/jwt-cpp/CMakeLists.txt b/contrib/libs/jwt-cpp/CMakeLists.txt
index 12571feb65..6b742d5a5b 100644
--- a/contrib/libs/jwt-cpp/CMakeLists.txt
+++ b/contrib/libs/jwt-cpp/CMakeLists.txt
@@ -1,6 +1 @@
-find_package(OpenSSL)
-
add_library(contrib-libs-jwt-cpp INTERFACE)
-target_link_libraries(contrib-libs-jwt-cpp INTERFACE
- OpenSSL::OpenSSL
-)