summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index a48e127..8e29910 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -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 )