That did the trick. Thank you. I was looking to set the Toolset from within the GUI, but it doesn't appear that CMake current supports this operation.
-kt From: Petr Kmoch [mailto:[email protected]] Sent: Tuesday, November 19, 2013 9:28 AM To: Thompson, K T Cc: [email protected] Subject: Re: [CMake] Select the Visual C++ Compiler November 2013 CTP with CMake generated projects? Hi Kelly. This should be possible using CMake's command-line option -T which specifies the toolset to use. Petr On Tue, Nov 19, 2013 at 4:41 PM, Thompson, K T <[email protected]<mailto:[email protected]>> wrote: Hi, Is there a way to tell CMake to generate Visual Studio 2013 projects that use the November 2013 CTP version of the compiler [1]? It looks like I can modify each project in my VS solution manually [2] but this is not particularly convenient when CMake is used to generate the solution files. [1] http://blogs.msdn.com/b/vcblog/archive/2013/11/18/announcing-the-visual-c-compiler-november-2013-ctp.aspx [2] For each project, edit the properties and set "Platform Toolset" to "Visual C++ Compiler Nov 2013 CTP (CTP_Nov2013)". -kt Kelly Thompson [email protected]<mailto:[email protected]> -- Powered by www.kitware.com<http://www.kitware.com> Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
