Skip to content

Commit d79a8da

Browse files
committed
CMakeLists.txt
1 parent a3dcb92 commit d79a8da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ if (MSVC)
132132
target_link_libraries(check_phase_1 chia_plotter uint128)
133133

134134
target_link_libraries(chia_plot chia_plotter bls uint128)
135-
set_target_properties(chia_plot PROPERTIES LINK_OPTIONS -NODEFAULTLIB:LIBCMT)
135+
set_target_properties(chia_plot PROPERTIES LINK_OPTIONS -NODEFAULTLIB:MSVCRT)
136136

137137
else()
138138

0 commit comments

Comments
 (0)