summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index 20de3d0..c432698 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -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()