Skip to content
  • Adam Strzelecki's avatar
    cmake,ccmake: Produce shorter output on no arguments (#14973) · de7c2882
    Adam Strzelecki authored and Brad King's avatar Brad King committed
    Instead printing complete help cmake/ccmake now prints only Usage section and
    extra information how to get more help or start your build.
    
    Implementation Details:
    
      Usage help type was renamed to Help, and new Usage was introduces that prints
      only command line usage information without any extra details.
    
      Commands add some extra information when no arguments are passed.
    de7c2882