Skip to content
  • Andreas Weis's avatar
    FindBoost: Make imported targets fall back to `Release` · c9fca42f
    Andreas Weis authored and Brad King's avatar Brad King committed
    FindBoost only detects Debug and Release configurations.  All other
    configurations will fall back to the configuration listed as the first
    entry in `IMPORTED_CONFIGURATIONS`.  Switch the order so that `Release`
    is listed first, as this is a better fallback than `Debug` for the
    `RelWithDebInfo` and `MinSizeRel` configurations.  See issue #16091.
    c9fca42f