From 27e9852e9d5b496c49814b3a8d89611854ae3704 Mon Sep 17 00:00:00 2001 From: Adriaan de Groot Date: Wed, 4 Oct 2017 11:13:38 -0400 Subject: [PATCH] CMake: be more descriptive about squashfs --- CMakeLists.txt | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 473526a9b..2d62fd16b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -265,11 +265,8 @@ else() endif() # Doesn't list mksquashfs as an optional dep, though, because it # hasn't been sent through the find_package() scheme. -set_package_properties( mksquashfs PROPERTIES - DESCRIPTION "Create squashed filesystems" - URL "http://tldp.org/HOWTO/SquashFS-HOWTO/creatingandusing.html" - PURPOSE "Create example distro" - TYPE OPTIONAL +add_feature_info( mksquashfs mksquashfs_FOUND + "Create squashed filesystems for the example distro" ) # add_subdirectory( thirdparty )