Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/BenLangmead/bowtie2
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rr0 committed May 23, 2021
2 parents c215b13 + 47b630a commit 3825bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ include(CheckSymbolExists)
ProcessorCount(NUM_CORES)

option(BOWTIE_MM "enable bowtie2 memory mapping" ON)
option(BOWITE_SHARED_MM "enable shared memory mapping" OFF)
option(BOWTIE_SHARED_MEM "enable shared memory mapping" OFF)

set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down

0 comments on commit 3825bf5

Please sign in to comment.