[CMake] Select the Visual C++ Compiler November 2013 CTP with CMake generated projects?

Thompson, K T kgt at lanl.gov
Tue Nov 19 12:16:40 EST 2013


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:petr.kmoch at gmail.com]
Sent: Tuesday, November 19, 2013 9:28 AM
To: Thompson, K T
Cc: cmake at cmake.org
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 <kgt at lanl.gov<mailto:kgt at lanl.gov>> 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
kgt at lanl.gov<mailto:kgt at lanl.gov>


--

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20131119/941e0157/attachment.htm>


More information about the CMake mailing list