Skip to content

Commit

Permalink
set openmp to off.
Browse files Browse the repository at this point in the history
Change-Id: I213afd463bbe29e31195d441f1b2981c99ec71ff
  • Loading branch information
sweeneychris committed Oct 2, 2016
1 parent 7309350 commit 144dd4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/akaze/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 2.8)
project( akaze )
set (CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/cmake)

OPTION(OPENMP "Enable multithreading (requires OpenMP)" ON)
OPTION(OPENMP "Enable multithreading (requires OpenMP)" OFF)

# Where to output binaries and libraries
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/lib")
Expand Down

0 comments on commit 144dd4c

Please sign in to comment.