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 ====================================================================== -- 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
