We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cad66f3 commit 12d6dfeCopy full SHA for 12d6dfe
bindings/python/CMakeLists.txt
@@ -194,9 +194,6 @@ if(WIN32)
194
195
# Disable "d" postfix, so python can import the library as is
196
set_target_properties(${TARGET_NAME} PROPERTIES DEBUG_POSTFIX "")
197
-
198
- # Statically compile CRT
199
- target_compile_options(${TARGET_NAME} PRIVATE "/MT")
200
endif()
201
202
# Add stubs (pyi) generation step after building bindings
0 commit comments