[CMake] XP toolset for VC++2012

Szymon Gatner szymon.gatner at gmail.com
Sun May 12 07:34:45 EDT 2013


Hello,

I am trying to target Win XP from Visual Studio 11 (2012) and I just tried
new CMAKE_GENERATOR_TOOLSET variable with vs11_xp value and it worked
nicely.

Thing is, it only seems to work when it is added manually in cmake-gui via
"Add Entry" but not when I am adding

set(CMAKE_GENERATOR_TOOLSET v110_xp)

to the root CMakeLists.txt (tried also with "v110_xp" as was not sure). I
am new to CMake and probably missing something obvious?

Regards,
Szymon Gatner
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20130512/277e31e0/attachment.htm>


More information about the CMake mailing list