[cmake-developers] [CMake 0015946]: "xcodebuild -target foo install" should do something sensible

Mantis Bug Tracker mantis at public.kitware.com
Fri Jan 29 15:56:09 EST 2016


The following issue has been SUBMITTED. 
====================================================================== 
https://cmake.org/Bug/view.php?id=15946 
====================================================================== 
Reported By:                Dan Kegel
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   15946
Category:                   CMake
Reproducibility:            always
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2016-01-29 15:56 EST
Last Modified:              2016-01-29 15:56 EST
====================================================================== 
Summary:                    "xcodebuild -target foo install" should do something
sensible
Description: 
xcode users expect to be able to use the 'install' buildaction with their
targets, but cmake's xcode generator makes install a target rather than a
buildaction.

It might make casual users happier if the xcode generator arranged for
   xcodebuild -target foo install
to the same thing as
   xcodebuild -target install

even if it were a bit of a kludge, as it would reduce need to RTFM in the common
case.

Additional Information: 
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcodebuild.1.html
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2016-01-29 15:56 Dan Kegel      New Issue                                    
======================================================================



More information about the cmake-developers mailing list