Skip to content
  • Chuck Atkins's avatar
    Speedup dependency resolution and installation for the sdk · b6917337
    Chuck Atkins authored
    Large list appending with hundreds of duplicate entries is a
    significant performance bottleneck in CMake.  This keeps the
    dependency list for each library in a separate variable and only
    combines them at the end, removing duplicates as it goes.
    b6917337