You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[cmake] Fix link pool and allow overriding from command line.
Fix the usage of JOB_POOL_LINK. JOB_POOL_LINK is not global property,
only a target property. To set in all the targets, one has to set
CMAKE_JOB_POOL_LINK.
Also, allow overriding JOB_POOLS from the command line with
CMAKE_JOB_POOLS. There's a workaround for old versions of CMake which do
not have automatic support for that override.
0 commit comments