Statically link MSVC runtime

This commit is contained in:
Martin Natano
2022-06-03 19:47:45 +02:00
parent 4de9bd7c7f
commit 7b9a799cdb
7 changed files with 6 additions and 40 deletions
-2
View File
@@ -41,8 +41,6 @@ else()
WITH_TEXTURE_GENERATOR
"Build with the Texture Font Generator. Ensure the MFC library is installed."
OFF)
# Turn this option off to use dynamic linking instead of static linking.
option(WITH_STATIC_LINKING "Build StepMania with static linking." ON)
endif()
if(WIN32)