summaryrefslogtreecommitdiffstats
path: root/ConfigureChecks.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r--ConfigureChecks.cmake6
1 files changed, 0 insertions, 6 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake
index c432698..84147b5 100644
--- a/ConfigureChecks.cmake
+++ b/ConfigureChecks.cmake
@@ -31,12 +31,6 @@ 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()
-if( NOT SWORD_VERSION VERSION_LESS "1.6" )
- set( SWORD_MULTIVERSE 1 )
-endif()
-if( NOT SWORD_VERSION VERSION_LESS "1.7" )
- set( SWORD_API_1_7 1 )
-endif()
check_cxx_source_compiles("
#include <signal.h>