Skip to content

Commit

Permalink
No multi
Browse files Browse the repository at this point in the history
  • Loading branch information
JustDoom committed Feb 7, 2025
1 parent a36b029 commit f3ce965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if(CMAKE_HOST_WIN32)
WIN32_EXECUTABLE TRUE
)
add_definitions(-D_WIN32_WINNT=0x0501 -DWINVER=0x0501)
set_property(TARGET 8ChocChip PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded")
# set_property(TARGET 8ChocChip PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded")
else()
add_executable(8ChocChip)
endif()
Expand Down

0 comments on commit f3ce965

Please sign in to comment.