From 52edbbc41ff17e2b7ba1c7225939d0e9618a3ffd Mon Sep 17 00:00:00 2001 From: Christian Brueffer Date: Fri, 14 May 2021 13:39:40 +0200 Subject: [PATCH] Fix BOWTIE_SHARED_MEM CMake option. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 69597212..e3d74df1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)