1
0
mirror of https://github.com/d47081/qBittorrent.git synced 2025-01-11 07:18:08 +00:00
qBittorrent/cmake/Modules/winconf-msvc.cmake
Vladimir Golovnev (Glassez) 6bfa4370b7
CMake: Fix Windows build
2019-08-06 21:50:39 +03:00

4 lines
88 B
CMake

include(MacroConfigureMSVCRuntime)
set(MSVC_RUNTIME "dynamic")
configure_msvc_runtime()