commit | c31f68bded52c6cc6992f75ea63dda4f0152b685 | [log] [tgz] |
---|---|---|
author | Peter Kokot <peterkokot@gmail.com> | Thu Jun 12 22:54:58 2025 +0200 |
committer | Peter Kokot <peterkokot@gmail.com> | Fri Jun 13 01:25:18 2025 +0200 |
tree | 8489d91ab595b7595d3d01848ada7efef098b714 | |
parent | e84aaa27afd916a177fb51705f0d577830317564 [diff] |
FindBZip2: Fix check for 1.0.1 and earlier versions Changes: - BZip2 versions before 1.0.2 required `<stdio.h>` header file to be included before `bzlib.h` for the FILE definition. - Described `BZIP2_NEED_PREFIX` in more details.