- no more dependency on static/dynamic MSVC runtime type

This commit is contained in:
2025-12-12 07:06:11 +03:00
parent ffd371d6e7
commit 186ec4ccb4
9 changed files with 11 additions and 13 deletions
+1 -1
View File
@@ -13,5 +13,5 @@ set (G722_SOURCES
)
add_library(g722_codec ${G722_SOURCES})
set_property(TARGET g722_codec PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
# set_property(TARGET g722_codec PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")