Skip to content
  • yume todo's avatar
    FindBoost: Fix release name candidate list construction · 6115875b
    yume todo authored and Brad King's avatar Brad King committed
    Changes in commit 3ca6f70f (FindBoost: Allow testing for multiple
    compiler suffixes, 2017-03-28) accidentally left a `set()` instead of a
    `list(APPEND)` while constructing `_boost_RELEASE_NAMES`.  Fix the logic
    to match what was done for `_boost_DEBUG_NAMES`.  Otherwise we drop some
    of the candidate names.
    6115875b