diff --git a/CMakeLists.txt b/CMakeLists.txt index 9718505bf..4a5332f4b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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})