remove dependency on redist

This commit is contained in:
Akash Mozumdar 2018-10-27 01:25:32 -04:00
parent c70f627d1e
commit 2599ba7fb4

View File

@ -36,7 +36,7 @@ add_compile_options(
/wd4819 # config.pri
/MP
/GS-
# $<$<CONFIG:Release>:/MT>
$<$<CONFIG:RelWithDebInfo>:/MT>
# $<$<CONFIG:Debug>:/MTd>
)