The following issue has been SUBMITTED. 
====================================================================== 
http://www.cmake.org/Bug/view.php?id=14973 
====================================================================== 
Reported By:                Adam Strzelecki
Assigned To:                
====================================================================== 
Project:                    CMake
Issue ID:                   14973
Category:                   CMake
Reproducibility:            N/A
Severity:                   feature
Priority:                   normal
Status:                     new
====================================================================== 
Date Submitted:             2014-06-12 14:57 EDT
Last Modified:              2014-06-12 14:57 EDT
====================================================================== 
Summary:                    [RFE] Produce shorted output for cmake/ccmake when
no arguments specified
Description: 
Please find attached patch.

Currently running cmake/ccmake without arguments is equal running it with --help
which is bad idea since it doesn't really tell what to do.
Instead of that attached patch makes them emit shorter brief with hint:

====
$ cmake/bin/cmake
Usage

  cmake [options] <path-to-source>
  cmake [options] <path-to-existing-build>

Hint

  cmake .       for in-source build (not recommended)
  cmake ..      for out-of-source build inside subfolder
  cmake --help  for more information

Note: Building in separate folder leaves source files intact.
===
====================================================================== 

Issue History 
Date Modified    Username       Field                    Change               
====================================================================== 
2014-06-12 14:57 Adam StrzeleckiNew Issue                                    
2014-06-12 14:57 Adam StrzeleckiFile Added:
0001-Produce-shorter-output-on-no-arguments.patch                    
======================================================================

-- 

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/cgi-bin/mailman/listinfo/cmake-developers

Reply via email to