ExternalProject-build-jobserver.rst 487 B

12345678910
  1. ExternalProject-build-jobserver
  2. -------------------------------
  3. * The :module:`ExternalProject` module now includes the
  4. ``BUILD_JOB_SERVER_AWARE`` option for the
  5. :command:`ExternalProject_Add` command. This option enables
  6. the integration of the GNU Make job server when using an
  7. explicit ``BUILD_COMMAND`` with certain :ref:`Makefile Generators`.
  8. Additionally, the :command:`ExternalProject_Add_Step` command
  9. has been updated to support the new ``JOB_SERVER_AWARE`` option.