Fix bzip2 detection

HAVE_BZLIB_H was not set due to a typo leading to the bz2 support not
being compiled in although the library was detected correctly.
This commit is contained in:
Florian Festi 2023-05-08 17:50:21 +02:00 committed by Panu Matilainen
parent 760eb86380
commit d18d6ce41d
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ id0name(UID_0_USER /etc/passwd)
id0name(GID_0_GROUP /etc/group)
# map module/package findings to config.h
if (${Bzip2_FOUND})
if (${BZIP2_FOUND})
set(HAVE_BZLIB_H 1)
endif()
if (${LIBLZMA_FOUND})