aboutsummaryrefslogtreecommitdiffstats
path: root/testing/telegram-desktop/openssl.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'testing/telegram-desktop/openssl.cmake')
-rw-r--r--testing/telegram-desktop/openssl.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/testing/telegram-desktop/openssl.cmake b/testing/telegram-desktop/openssl.cmake
deleted file mode 100644
index 44235645c9..0000000000
--- a/testing/telegram-desktop/openssl.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
-add_library(external_openssl INTERFACE IMPORTED GLOBAL)
-add_library(desktop-app::external_openssl ALIAS external_openssl)
-
-find_package(OpenSSL REQUIRED)
-
-target_include_directories(external_openssl SYSTEM INTERFACE ${OpenSSL_INCLUDE_DIR})
-target_link_libraries(external_openssl
-INTERFACE
- OpenSSL::Crypto
- OpenSSL::SSL
-)