CMake: be more descriptive about squashfs

This commit is contained in:
Adriaan de Groot 2017-10-04 11:13:38 -04:00
parent 8599c2800f
commit 27e9852e9d

View File

@ -265,11 +265,8 @@ else()
endif() endif()
# Doesn't list mksquashfs as an optional dep, though, because it # Doesn't list mksquashfs as an optional dep, though, because it
# hasn't been sent through the find_package() scheme. # hasn't been sent through the find_package() scheme.
set_package_properties( mksquashfs PROPERTIES add_feature_info( mksquashfs mksquashfs_FOUND
DESCRIPTION "Create squashed filesystems" "Create squashed filesystems for the example distro"
URL "http://tldp.org/HOWTO/SquashFS-HOWTO/creatingandusing.html"
PURPOSE "Create example distro"
TYPE OPTIONAL
) )
# add_subdirectory( thirdparty ) # add_subdirectory( thirdparty )