MantisBT - CMake
View Issue Details
0015946CMakeCMakepublic2016-01-29 15:562016-06-10 14:31
Dan Kegel 
Kitware Robot 
normalfeaturealways
closedmoved 
Mac OS X
CMake 3.4 
 
0015946: "xcodebuild -target foo install" should do something sensible
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.
https://developer.apple.com/library/mac/documentation/Darwin/Reference/ManPages/man1/xcodebuild.1.html [^]
No tags attached.
related to 0015441closed Gregor Jasny Xcode generator does not generate scheme 
related to 0015183closed Gregor Jasny Xcode INSTALL_PATH setting makes archiving impossible 
Issue History
2016-01-29 15:56Dan KegelNew Issue
2016-01-30 17:32Gregor JasnyRelationship addedrelated to 0015441
2016-01-30 17:40Gregor JasnyRelationship addedrelated to 0015183
2016-06-10 14:29Kitware RobotNote Added: 0042929
2016-06-10 14:29Kitware RobotStatusnew => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0042929)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.