Require sword version 1.7 or newer

See: TDE/bibletime#32
Signed-off-by: mio <stigma@disroot.org>
pull/32/head
mio 2 months ago
parent 022067805b
commit 81a2561d12

@ -27,7 +27,7 @@ endif( WITH_GCC_VISIBILITY )
##### check for sword library
pkg_search_module( SWORD sword )
pkg_search_module( SWORD sword>=1.7 )
if( NOT SWORD_FOUND )
tde_message_fatal( "sword library is required but not found on your system" )
endif()

Loading…
Cancel
Save