mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-05 20:51:25 -07:00
By default use dynamic runtime with MSVC on CMake
This was default before CMake overhaul, and it doesn't make sense to use static builds with daily developement. Also static Qt builds are not readily available on Windows.
This commit is contained in:
parent
2bfaa8229a
commit
ebf9a60c69
2 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,7 @@ if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
|
|||
OFF "NOT GUI" OFF
|
||||
)
|
||||
elseif (MSVC)
|
||||
feature_option(MSVC_RUNTIME_DYNAMIC "Use MSVC dynamic runtime library (-MD) instead of static (-MT)" OFF)
|
||||
feature_option(MSVC_RUNTIME_DYNAMIC "Use MSVC dynamic runtime library (-MD) instead of static (-MT)" ON)
|
||||
endif()
|
||||
|
||||
set(QBT_VER_STATUS "alpha1" CACHE STRING "Project status version. Should be empty for release builds.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue