Files
CMake/Help
Matt McCormick 07185055d5 Ninja: add CMAKE_JOB_POOLS variable as default for JOBS_POOLS
This enables configuration of build parallelism with the Ninja generator by
passing arguments on the command line to CMake. For example,

  cmake \
    '-DCMAKE_JOB_POOLS:STRING=compile=5;link=2' \
    -DCMAKE_JOB_POOL_COMPILE:STRING=compile \
    -DCMAKE_JOB_POOL_LINK:STRING=link \
      ~/src/MyProject
2017-11-29 15:13:36 -05:00
..
2017-11-03 10:25:05 -04:00
2017-11-03 10:25:05 -04:00
2017-07-13 07:46:47 -04:00
2017-11-20 09:45:58 -05:00