Skip to content

Commit 12d6dfe

Browse files
author
Matevz Morato
committed
Remove the "forcing" of /MT in python module
1 parent cad66f3 commit 12d6dfe

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

bindings/python/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,6 @@ if(WIN32)
194194

195195
# Disable "d" postfix, so python can import the library as is
196196
set_target_properties(${TARGET_NAME} PROPERTIES DEBUG_POSTFIX "")
197-
198-
# Statically compile CRT
199-
target_compile_options(${TARGET_NAME} PRIVATE "/MT")
200197
endif()
201198

202199
# Add stubs (pyi) generation step after building bindings

0 commit comments

Comments
 (0)