View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0014369 | CMake | CMake | public | 2013-08-20 13:27 | 2014-02-10 10:44 | ||||
Reporter | mharmer | ||||||||
Assigned To | Robert Maynard | ||||||||
Priority | normal | Severity | major | Reproducibility | always | ||||
Status | closed | Resolution | fixed | ||||||
Platform | OS | Windows | OS Version | ||||||
Product Version | CMake 2.8.11.2 | ||||||||
Target Version | CMake 2.8.12 | Fixed in Version | CMake 2.8.12 | ||||||
Summary | 0014369: VS 2013 Project File ToolsVersion Incorrect | ||||||||
Description | When attempting to build via MSBuild a project file generated by CMake a failure is reported: C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\V110\Microsoft.Cpp.Platform.targets(44,5): error MSB8020: The builds tools for v120 (Platform Toolset = 'v120') cannot be found. To build using the v120 build tools, either click the Project menu or right-click the solution, and then select "Update VC++ Projects...". Install v120 to build using the v120 build tools. The following snippet from the .vcxproj is generated: <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> [^] The ToolsVersion for VC12 (VS2013) should be "12.0", not "4.0". | ||||||||
Steps To Reproduce | 1. Generate project files targeting VS 2013 (VS 12) - in particular we're using Ogre 1.7.2. 2. Attempt to build via MSBuild on the command line | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Relationships | |
Relationships |
Notes | |
(0033739) Robert Maynard (manager) 2013-08-20 14:14 |
Okay it looks like MSBuild was moved out of the .Net Framework and moved to be its own tool. http://msdn.microsoft.com/en-us/library/vstudio/hh162058(v=vs.120).aspx [^] So we go from version 4.0 from 2010 and 2012 to version 12 for 2013. |
(0033740) Robert Maynard (manager) 2013-08-20 14:42 |
Currently working on a fix for this issue. |
(0033745) Brad King (manager) 2013-08-26 10:37 |
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3064f80d [^] |
(0033751) mharmer (reporter) 2013-08-27 16:44 |
Looks like the latest nightly resolves this issue on VS2013, thanks! |
(0033752) Brad King (manager) 2013-08-27 16:47 |
This has been merged to 'master' and will be in 2.8.12-rc2. |
(0035079) Robert Maynard (manager) 2014-02-10 10:44 |
Closing resolved issues that have not been updated in more than 4 months. |
Notes |
Issue History | |||
Date Modified | Username | Field | Change |
2013-08-20 13:27 | mharmer | New Issue | |
2013-08-20 14:12 | Robert Maynard | Note Added: 0033738 | |
2013-08-20 14:13 | Robert Maynard | Note Deleted: 0033738 | |
2013-08-20 14:14 | Robert Maynard | Note Added: 0033739 | |
2013-08-20 14:15 | Robert Maynard | Assigned To | => Robert Maynard |
2013-08-20 14:15 | Robert Maynard | Status | new => assigned |
2013-08-20 14:42 | Robert Maynard | Note Added: 0033740 | |
2013-08-20 14:42 | Robert Maynard | Status | assigned => confirmed |
2013-08-20 14:43 | Robert Maynard | Status | confirmed => assigned |
2013-08-26 10:37 | Brad King | Note Added: 0033745 | |
2013-08-27 16:44 | mharmer | Note Added: 0033751 | |
2013-08-27 16:47 | Brad King | Note Added: 0033752 | |
2013-08-27 16:47 | Brad King | Status | assigned => resolved |
2013-08-27 16:47 | Brad King | Resolution | open => fixed |
2013-08-27 16:47 | Brad King | Fixed in Version | => CMake 2.8.12 |
2013-08-27 16:47 | Brad King | Target Version | => CMake 2.8.12 |
2014-02-10 10:44 | Robert Maynard | Note Added: 0035079 | |
2014-02-10 10:44 | Robert Maynard | Status | resolved => closed |
Issue History |
Copyright © 2000 - 2018 MantisBT Team |