diff options
| author | mio <stigma@disroot.org> | 2025-05-15 17:19:52 +1000 |
|---|---|---|
| committer | mio <stigma@disroot.org> | 2025-05-20 14:28:32 +1000 |
| commit | bd0f86abe739853b201443da51a8d282daf9aadb (patch) | |
| tree | dbd638ea8f854707ef95580c79d0659a27119334 /ConfigureChecks.cmake | |
| parent | b878468eeed6d573722262b0970b872f6f6dab47 (diff) | |
| download | bibletime-bd0f86ab.tar.gz bibletime-bd0f86ab.zip | |
Remove sword version conditionals for 1.6 and 1.7
These checks are no longer necessary since sword 1.7+ is required.
Signed-off-by: mio <stigma@disroot.org>
(cherry picked from commit 4b1fdd0cf286a1aea332f221fb4ba9fef43d3c13)
Diffstat (limited to 'ConfigureChecks.cmake')
| -rw-r--r-- | ConfigureChecks.cmake | 6 |
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> |
