Skip to content
  • Brad King's avatar
    FindBZip2: Populate BZIP2_INCLUDE_DIRS result variable · 0887c993
    Brad King authored
    The plural-named non-cached result variable is needed to follow our
    module conventions documented in `cmake-developer(7)`.  The variable is
    also used to populate our ``BZip2::BZip2`` imported target include
    directories, which was broken without this variable set.
    
    Fixes: #18013
    0887c993