commit | 2247d2476ee405b3007f382d88d0a1a0d93d25f0 | [log] [tgz] |
---|---|---|
author | Gyorgy Szing <Gyorgy.Szing@arm.com> | Fri Sep 03 16:17:25 2021 +0200 |
committer | Gyorgy Szing <Gyorgy.Szing@arm.com> | Mon Oct 04 21:54:52 2021 +0200 |
tree | 031c04f1e4b57646c988af49c367755e4f960b65 | |
parent | 97a00d4d5d427de54669104a958a3cbc50352cb9 [diff] |
Fix: fix parallel build settings for dependencies - use the "ProcessorCount" module to determine available processors and use the value to configure parallel builds instead of constant number. Pass -DPROCESSOR_COUNT=<n> to cmake to override. - use cmake --build switches instead of build tool specific parameters - remove extra cmake run for install step Change-Id: I04981374be28a14e02dc7c85b230695f412b770e Signed-off-by: Gyorgy Szing <Gyorgy.Szing@arm.com>