mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
partitionmanager: CMake warning fix
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
a5bd4ee377
commit
64f0441673
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Reference in a new issue