libtorrent icon indicating copy to clipboard operation
libtorrent copied to clipboard

Fix wrong variable in CMake (RC_1_2)

Open Chocobo1 opened this issue 10 months ago • 0 comments

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.

Chocobo1 avatar Jun 03 '25 16:06 Chocobo1