We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3dcb92 commit d79a8daCopy full SHA for d79a8da
CMakeLists.txt
@@ -132,7 +132,7 @@ if (MSVC)
132
target_link_libraries(check_phase_1 chia_plotter uint128)
133
134
target_link_libraries(chia_plot chia_plotter bls uint128)
135
- set_target_properties(chia_plot PROPERTIES LINK_OPTIONS -NODEFAULTLIB:LIBCMT)
+ set_target_properties(chia_plot PROPERTIES LINK_OPTIONS -NODEFAULTLIB:MSVCRT)
136
137
else()
138
0 commit comments