Skip to content
  • Igor Molchanov's avatar
    LCC: for OpenMP, collectly determine implicit link dirs · 0eea1e85
    Igor Molchanov authored
    It is found out for LCC to not specify all library search paths
    when called by cmake_parse_implicit_link_info().
    Because of that, FindOpenMP module can't find some libraries,
    like libpthread. For this, we should analyze -print-search-dirs
    output and append library paths to implicit link ones.
    0eea1e85