More descriptive error message (mention needed ClamAV version)

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
(cherry picked from commit 6f85be8d9c)
r14.0.x
Mavridis Philippe 2 years ago
parent f33e6eae29
commit d6875d6b2d
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