|
|
@ -267,12 +267,9 @@ 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
|
|
|
|
#
|
|
|
|
DESCRIPTION "Create squashed filesystems"
|
|
|
|
# "http://tldp.org/HOWTO/SquashFS-HOWTO/creatingandusing.html"
|
|
|
|
URL "http://tldp.org/HOWTO/SquashFS-HOWTO/creatingandusing.html"
|
|
|
|
add_feature_info( ExampleDistro ${mksquashfs_FOUND} "Create example-distro target.")
|
|
|
|
PURPOSE "Create example distro"
|
|
|
|
|
|
|
|
TYPE OPTIONAL
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# add_subdirectory( thirdparty )
|
|
|
|
# add_subdirectory( thirdparty )
|
|
|
|
add_subdirectory( src )
|
|
|
|
add_subdirectory( src )
|
|
|
|