diff options
Diffstat (limited to 'ConfigureChecks.cmake')
-rw-r--r-- | ConfigureChecks.cmake | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ConfigureChecks.cmake b/ConfigureChecks.cmake index ba07902..066f3cc 100644 --- a/ConfigureChecks.cmake +++ b/ConfigureChecks.cmake @@ -50,15 +50,3 @@ pkg_search_module( LIBSWORD sword ) if( NOT LIBSWORD_FOUND ) tde_message_fatal( "The sword library is required but was not found on your system." ) endif( NOT LIBSWORD_FOUND ) - -find_path( LIBSWORD_INCLUDE_DIR swbasicfilter.h - HINTS ${LIBSWORD_INCLUDEDIR} ${LIBSWORD_INCLUDE_DIRS} - PATH_SUFFIXES sword -) - -find_library( LIBSWORD_LIBRARY NAMES libsword sword - HINTS ${LIBSWORD_LIBDIR} ${LIBSWORD_LIBRARY_DIRS} -) - -set( LIBSWORD_LIBRARIES ${LIBSWORD_LIBRARY} ) -set( LIBSWORD_INCLUDE_DIRS ${LIBSWORD_INCLUDE_DIR} ) |