Skip to content

Commit

Permalink
Merge pull request #340 from cbrueffer/option-fix
Browse files Browse the repository at this point in the history
Fix BOWTIE_SHARED_MEM CMake option.
  • Loading branch information
ch4rr0 authored May 14, 2021
2 parents 44853ac + 52edbbc commit 47b630a
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 47b630a

Please sign in to comment.