The following issue has been SUBMITTED. 
====================================================================== 
http://public.kitware.com/Bug/view.php?id=15609 
====================================================================== 
Reported By:                Hendrik Sattler
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15609
Category:                   CMake
Reproducibility:            always
Severity:                   minor
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2015-06-11 02:18 EDT
Last Modified:              2015-06-11 02:18 EDT
====================================================================== 
Summary:                    cmake --build <path> fails with MSBuild
Description: 
The 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

====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2015-06-11 02:18 Hendrik SattlerNew Issue                                    
======================================================================

-- 

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://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to