parallel_build_option.rst 272 B

123456
  1. parallel_build_option
  2. ---------------------
  3. * The :manual:`cmake(1)` :ref:`Build Tool Mode` (``cmake --build``) gained
  4. ``--parallel [<jobs>]`` and ``-j [<jobs>]`` options to specify a parallel
  5. build level. They map to corresponding options of the native build tool.