mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-24 12:36:25 -06:00
Set OpenMP default to off
This commit is contained in:
parent
40d2262f8e
commit
a208f793d5
@ -18,6 +18,7 @@ cmake_minimum_required (VERSION 2.8)
|
||||
|
||||
set( OPM_COMMON_ROOT "" CACHE PATH "Root directory containing OPM related cmake modules")
|
||||
option(SIBLING_SEARCH "Search for other modules in sibling directories?" ON)
|
||||
set( USE_OPENMP_DEFAULT OFF ) # Use of OpenMP is considered experimental
|
||||
|
||||
if(NOT OPM_COMMON_ROOT)
|
||||
find_package(opm-common QUIET)
|
||||
|
Loading…
Reference in New Issue
Block a user