The following issue has been SUBMITTED. ====================================================================== http://www.cmake.org/Bug/view.php?id=12522 ====================================================================== Reported By: Johan Björk Assigned To: ====================================================================== Project: CMake Issue ID: 12522 Category: CMake Reproducibility: always Severity: minor Priority: normal Status: new ====================================================================== Date Submitted: 2011-10-17 08:08 EDT Last Modified: 2011-10-17 08:08 EDT ====================================================================== Summary: xcode: Disable environment variable debug for CMake Description: XCode can be very verbose, even to the level that we filter this in the cmakexbuild wrapper. The attached patch disables environment variable debugging on the shell script phases emitted by CMake.
It can obviously be enabled from the UI for people that need it. Steps to Reproduce: Generate a project with Xcode. run xcodebuild from command line and observe the spam of 'setenv XXX' Apply patch, observe the lack of setenv spam. ====================================================================== Issue History Date Modified Username Field Change ====================================================================== 2011-10-17 08:08 Johan Björk New Issue 2011-10-17 08:08 Johan Björk File Added: 0001-xcode-Disable-environment-debugging-setEnv-flood-for.patch ====================================================================== -- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers
