diff options
author | George Hazan <ghazan@miranda.im> | 2021-06-07 20:48:09 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2021-06-07 20:48:09 +0300 |
commit | c763e0be7221cc055d61eec9d30c1ff8a4a0fc32 (patch) | |
tree | 683a7d9bfd947c90b9a23e1082adde217edfd6d0 /src/core/stdssl/CMakeLists.txt | |
parent | a3aa7b7d951120525ed510e8da0fcdf58e6beb54 (diff) |
fixes #2912 (Drop WinCrypto API support)
Diffstat (limited to 'src/core/stdssl/CMakeLists.txt')
-rw-r--r-- | src/core/stdssl/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/stdssl/CMakeLists.txt b/src/core/stdssl/CMakeLists.txt deleted file mode 100644 index 6b2c0a91d0..0000000000 --- a/src/core/stdssl/CMakeLists.txt +++ /dev/null @@ -1,3 +0,0 @@ -set(TARGET StdSSL) -include(${CMAKE_SOURCE_DIR}/cmake/core.cmake) -target_link_libraries(${TARGET} ws2_32.lib secur32.lib crypt32.lib)
\ No newline at end of file |