Skip to content

Commit 6863ced

Browse files
ilya-fedinjohn-preston
authored andcommitted
CMake: Don't force MSVC runtime library
1 parent 65d3d60 commit 6863ced

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cmake/init_target.cmake

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ function(init_target target_name) # init_target(my_target folder_name)
2020
)
2121
if (NOT TG_OWT_SPECIAL_TARGET STREQUAL "")
2222
set_target_properties(${target_name} PROPERTIES
23-
MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>"
2423
XCODE_ATTRIBUTE_GCC_OPTIMIZATION_LEVEL $<IF:$<CONFIG:Debug>,0,fast>
2524
XCODE_ATTRIBUTE_LLVM_LTO $<IF:$<CONFIG:Debug>,NO,YES>
2625
)

0 commit comments

Comments
 (0)