meson: Remove spurious subdir_done

This commit is contained in:
Thibault Saunier 2019-05-14 17:51:38 -04:00
parent b46c29525f
commit 4736387c1b

View file

@ -111,7 +111,6 @@ if meson.is_cross_build() or build_machine.system() == 'windows'
endif endif
message('Documentation not built as building the docmentation while cross building or building on windows is not supported yet.') message('Documentation not built as building the docmentation while cross building or building on windows is not supported yet.')
subdir_done()
else else
hotdoc_p = find_program('hotdoc', required : get_option('doc')) hotdoc_p = find_program('hotdoc', required : get_option('doc'))
if hotdoc_p.found() if hotdoc_p.found()