File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed
Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -62,9 +62,6 @@ if (EXISTS ${CMAKE_SOURCE_DIR}/submodules/cereal)
6262 add_subdirectory (submodules/cereal)
6363endif ()
6464
65- # SGS FMindex
66- add_subdirectory (submodules/fmindex-collection)
67-
6865# ----------------------------------------------------------------------------
6966# Add Lambda targets
7067# ----------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ if (NOT EXISTS ${CMAKE_SOURCE_DIR}/submodules/cereal)
8484 find_package (cereal QUIET REQUIRED)
8585endif ()
8686
87+ # SGS FMindex
88+ add_subdirectory (../submodules/fmindex-collection fmindex-collection)
89+
8790message (STATUS "These dependencies were found:" )
8891message ( " BIOCPP-CORE ${BIOCPP_CORE_FOUND} ${BIOCPP_CORE_VERSION} " )
8992message ( " BIOCPP-IO ${BIOCPP_IO_FOUND} ${BIOCPP_IO_VERSION} " )
@@ -99,11 +102,6 @@ if (NOT ZLIB_FOUND)
99102 message (WARNING "WARNING: Zlib not found. Building lambda without support for gzipped input and output (this includes support for .bam)." )
100103endif (NOT ZLIB_FOUND)
101104
102- # Warn if BZip2 was not found.
103- if (NOT BZIP2_FOUND)
104- message (WARNING "WARNING: BZip2 not found. Building lambda without support for bzipped input and output." )
105- endif (NOT BZIP2_FOUND)
106-
107105if (SEQAN_VERSION_STRING VERSION_LESS "${MINIMUM_SEQAN_VERSION} " )
108106 message (FATAL_ERROR "The minimum SeqAn version required is ${MINIMUM_SEQAN_VERSION} !" )
109107 return ()
You can’t perform that action at this time.
0 commit comments