File tree 2 files changed +3
-8
lines changed
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)
62
62
add_subdirectory (submodules/cereal)
63
63
endif ()
64
64
65
- # SGS FMindex
66
- add_subdirectory (submodules/fmindex-collection)
67
-
68
65
# ----------------------------------------------------------------------------
69
66
# Add Lambda targets
70
67
# ----------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -84,6 +84,9 @@ if (NOT EXISTS ${CMAKE_SOURCE_DIR}/submodules/cereal)
84
84
find_package (cereal QUIET REQUIRED)
85
85
endif ()
86
86
87
+ # SGS FMindex
88
+ add_subdirectory (../submodules/fmindex-collection fmindex-collection)
89
+
87
90
message (STATUS "These dependencies were found:" )
88
91
message ( " BIOCPP-CORE ${BIOCPP_CORE_FOUND} ${BIOCPP_CORE_VERSION} " )
89
92
message ( " BIOCPP-IO ${BIOCPP_IO_FOUND} ${BIOCPP_IO_VERSION} " )
@@ -99,11 +102,6 @@ if (NOT ZLIB_FOUND)
99
102
message (WARNING "WARNING: Zlib not found. Building lambda without support for gzipped input and output (this includes support for .bam)." )
100
103
endif (NOT ZLIB_FOUND)
101
104
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
-
107
105
if (SEQAN_VERSION_STRING VERSION_LESS "${MINIMUM_SEQAN_VERSION} " )
108
106
message (FATAL_ERROR "The minimum SeqAn version required is ${MINIMUM_SEQAN_VERSION} !" )
109
107
return ()
You can’t perform that action at this time.
0 commit comments