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
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
