commit | bc43398e72be08b55d7df1f5195f0c3fc37506da | [log] [tgz] |
---|---|---|
author | Chris Mahoney <chris.mahoney@kitware.com> | Wed Aug 09 14:28:25 2023 +0000 |
committer | Chris Mahoney <chris.mahoney@kitware.com> | Tue Aug 15 12:21:30 2023 +0000 |
tree | 042e77e41a12cfeebf759b6aff2f09640c9177e4 | |
parent | 99be022428dcbf505cf889ff5d6f8de62821f652 [diff] |
ExternalProject: Enable Make Job Server with Explicit Build Command Introduces `BUILD_JOB_SERVER_AWARE` option to `ExternalProject_Add` and `JOB_SERVER_AWARE` to `ExternalProject_Add_Step`. When using an explicit `BUILD_COMMAND` or `COMMAND`, the generated commands won't use `$(MAKE)` thus failing to connect to the outer make's job server. These new options enable explicit job server integration. Co-authored-by: Brad King <brad.king@kitware.com> Fixes: #16273