partitionmanager: CMake warning fix

Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
Ivailo Monev 2021-03-02 14:24:17 +02:00
parent a5bd4ee377
commit 64f0441673

View file

@ -31,7 +31,7 @@ pkg_check_modules(BLKID REQUIRED blkid)
pkg_check_modules(UUID REQUIRED uuid)
macro_optional_find_package(LibATASmart)
set_package_properties(LibArchive PROPERTIES
set_package_properties(LibATASmart PROPERTIES
DESCRIPTION "ATA S.M.A.R.T. reading and parsing library"
URL "http://0pointer.de/blog/projects/being-smart.html"
PURPOSE "Required for ATA S.M.A.R.T. status support"