forked from Public-Mirror/Textractor
remove msvc redistributable dependency
This commit is contained in:
parent
7df8e40fc9
commit
5ae1e811d7
@ -31,8 +31,8 @@ add_compile_options(
|
|||||||
/wd4819 # config.pri
|
/wd4819 # config.pri
|
||||||
/MP
|
/MP
|
||||||
/GS-
|
/GS-
|
||||||
# $<$<CONFIG:Release>:/MT>
|
$<$<CONFIG:MinSizeRel>:/MT>
|
||||||
# $<$<CONFIG:Debug>:/MTd>
|
$<$<CONFIG:Debug>:/MTd>
|
||||||
)
|
)
|
||||||
|
|
||||||
add_definitions(
|
add_definitions(
|
||||||
|
@ -26,7 +26,7 @@ set_target_properties(vnrhost PROPERTIES LINK_FLAGS /SUBSYSTEM:WINDOWS)
|
|||||||
|
|
||||||
target_compile_options(vnrhost PRIVATE
|
target_compile_options(vnrhost PRIVATE
|
||||||
# /GR-
|
# /GR-
|
||||||
$<$<CONFIG:Release>:>
|
$<$<CONFIG:MinSizeRel>:/MT>
|
||||||
$<$<CONFIG:Debug>:>
|
$<$<CONFIG:Debug>:>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -68,7 +68,7 @@ set_target_properties(vnrhook PROPERTIES
|
|||||||
|
|
||||||
target_compile_options(vnrhook PRIVATE
|
target_compile_options(vnrhook PRIVATE
|
||||||
/EHa
|
/EHa
|
||||||
$<$<CONFIG:Release>:>
|
$<$<CONFIG:MinSizeRel>:/MT>
|
||||||
$<$<CONFIG:Debug>:>
|
$<$<CONFIG:Debug>:>
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user