With Visual Studio 2012 Update 1 released, I am hoping to build a C++ project to support Windows XP. Is there a way to use CMake to generate a project that targets Windows XP? Basically CMake would need to generate a project file that uses Platform Toolset = Visual Studio 2012 – Windows XP (v110_xp).
Share
According to http://www.cmake.org/Bug/view.php?id=10722 the answer is
noyes.Update: The bug mentioned above has been resolved with the following comment:
You might also look at the comments made to the other answers.