Skip to content
  • Chris Harris's avatar
    Fix libary link overflow on MacOS · c64f22ec
    Chris Harris authored
    On MacOS (Snow Leopard and probably others) there is a limit (253)
    to the number of libaries you can link against, we are over this limit.
    Need to remove transitive dependencies from these libaries by seting
    LINK_INTERFACE_LIBRARIES to "" or a limited set.
    
    Change-Id: Idf8c8a974802a1dc3ce5cb6275c0dc343e66eb89
    c64f22ec