Skip to content

Commit

Permalink
Merge branch 'master' into bug_fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ch4rr0 committed May 23, 2021
2 parents 4045958 + 3825bf5 commit ac474d9
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 ac474d9

Please sign in to comment.