More descriptive error message (mention needed ClamAV version)

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/31/head
Mavridis Philippe 2 years ago
parent 4038b6fb6d
commit 6f85be8d9c
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -38,7 +38,7 @@ find_package( X11 )
pkg_search_module( LIBCLAMAV libclamav>=0.102.0 )
if( NOT LIBCLAMAV_FOUND )
tde_message_fatal( "ClamAV is required but not found on your system" )
tde_message_fatal( "ClamAV >=0.102.0 is required but not found on your system" )
endif( NOT LIBCLAMAV_FOUND )

Loading…
Cancel
Save