Skip to content
  • scivision's avatar
    Help: cmake (1): put modern configure signature first · f0e60ea8
    scivision authored
    recommend compact, most robust signature first. So many people are
    still using the multi-step pre-3.13 way of initializing a build.
    Rather than simply
    
      cmake -Bbuild
    
    which is one step instead of 3 just to configure a new project.
    f0e60ea8