Set OpenMP default to off

This commit is contained in:
André R. Brodtkorb 2015-10-19 15:21:08 +02:00
parent 40d2262f8e
commit a208f793d5

View File

@ -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)