aboutsummaryrefslogtreecommitdiff
path: root/libs/plugin_python/src/proxy/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libs/plugin_python/src/proxy/CMakeLists.txt')
-rw-r--r--libs/plugin_python/src/proxy/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/plugin_python/src/proxy/CMakeLists.txt b/libs/plugin_python/src/proxy/CMakeLists.txt
index f7e6f31..c666b6c 100644
--- a/libs/plugin_python/src/proxy/CMakeLists.txt
+++ b/libs/plugin_python/src/proxy/CMakeLists.txt
@@ -49,8 +49,6 @@ if(WIN32)
file(GLOB dlls_to_install
${Python_HOME}/dlls/libffi*.dll
${Python_HOME}/dlls/sqlite*.dll
- ${Python_HOME}/dlls/libssl*.dll
- ${Python_HOME}/dlls/libcrypto*.dll
${Python_HOME}/python${Python_VERSION_MAJOR}*.dll)
install(FILES ${dlls_to_install} DESTINATION ${DLL_DIRS})
endif()