There is a VS2015 project which is generated by cmake and I want to change its "Platform Toolset"
"Platform Toolset" Location
I have tried these solutions but can't work:
set (CMAKE_VS_PLATFORM_TOOLSET "v120")
cmake -T "v120"
Can anyone help? Thanks.