libtorrent
libtorrent copied to clipboard
Fix wrong variable in CMake (RC_1_2)
The Windows variable is not defined in CMake. The correct variable should be MSVC.
https://cmake.org/cmake/help/latest/manual/cmake-variables.7.html#variables-that-describe-the-system
ps. This is the same as PR #7951 but backported to RC_1_2 branch.