View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0015609CMakeCMakepublic2015-06-11 02:182016-01-04 11:51
ReporterHendrik Sattler 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 3.2.2 
Target VersionCMake 3.4Fixed in VersionCMake 3.4 
Summary0015609: cmake --build <path> fails with MSBuild
DescriptionThe following fails on Windows7 with Visual Studio 2010.

------------------------------------------------------------
> cmake --build build/foo --target doc --config Release
Microsoft (R) Build Engine version 4.0.30319.18408
[Microsoft .NET Framework, version 4.0.30319.18444]
Copyright (C) Microsoft Corporation. All rights reserved.

MSBUILD : error MSB1009: Project file does not exist.
Switch: doc.vcxproj
------------------------------------------------------------

Needless to say that the target exists because it works when I run
> cd build/foo
> cmake --build . --target doc --config Release
TagsNo tags attached.
Attached Files

 Relationships

  Notes
(0038927)
Brad King (manager)
2015-06-15 10:13

Fixed and test case added:

 cmake: Fix --build <relative-dir> for VS generators
 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=90ad087a [^]
(0040069)
Robert Maynard (manager)
2016-01-04 11:51

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2015-06-11 02:18 Hendrik Sattler New Issue
2015-06-11 02:27 rtryutugd Note Added: 0038904
2015-06-11 02:28 rtryutugd Note Added: 0038905
2015-06-11 02:29 rtryutugd Note Added: 0038906
2015-06-11 09:02 Brad King Note Deleted: 0038904
2015-06-11 09:02 Brad King Note Deleted: 0038905
2015-06-11 09:02 Brad King Note Deleted: 0038906
2015-06-11 16:08 Brad King Assigned To => Brad King
2015-06-11 16:08 Brad King Status new => assigned
2015-06-11 16:08 Brad King Target Version => CMake 3.4
2015-06-15 10:13 Brad King Note Added: 0038927
2015-06-15 10:14 Brad King Status assigned => resolved
2015-06-15 10:14 Brad King Resolution open => fixed
2015-06-15 10:14 Brad King Fixed in Version => CMake 3.4
2016-01-04 11:51 Robert Maynard Note Added: 0040069
2016-01-04 11:51 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team