File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ set(protobuf_MSVC_STATIC_RUNTIME ON CACHE BOOL "Use /MT for protobuf" FORCE)
1717
1818set (ABSL_MSVC_STATIC_RUNTIME ON CACHE BOOL "Force Abseil to use /MT" FORCE )
1919set (ABSL_PROPAGATE_CXX_STD ON CACHE BOOL "" FORCE )
20- set (BUILD_SHARED_LIBS OFF CACHE BOOL "Build static libraries" FORCE )
20+ # set(BUILD_SHARED_LIBS OFF CACHE BOOL "Build static libraries" FORCE)
2121
2222# C++ Standard
2323set (CMAKE_CXX_STANDARD 17)
Original file line number Diff line number Diff line change @@ -14,4 +14,6 @@ dir "C:\Program Files\OpenSSL"
1414dir " C:\Program Files\OpenSSL\bin"
1515copy " C:\Program Files\OpenSSL\libcrypto*.dll" .
1616dumpbin.exe /dependents " _pydp.pyd"
17- dumpbin.exe /dependents " libcrypto-3-x64.dll"
17+ dumpbin.exe /dependents " libcrypto-3-x64.dll"
18+
19+ python -c " import _pydp"
You can’t perform that action at this time.
0 commit comments